Html Css Color HEX #747426 Olivetone

📋 copy color: '#747426'

red 116 ◦ green 116 ◦ blue 38

#747426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #747426

Tints of Olivetone #747426

RGB

 RED value IS 116 (45.7% from 255) = 42.96%

 GREEN value IS 116 (45.7% from 255) = 42.96%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 42.96%
G = 42.96%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747426 (or 0x747426) is known color: Olivetone. HEX triplet: 74, 74 and 26. RGB value is (116,116,38). Sum of RGB (Red+Green+Blue) = 116+116+38=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747426 is #8B8BD9. Grayscale: #6B6B6B. Windows color (decimal): -9145306 or 2520180. OLE color: 2520180.

HSL color Cylindrical-coordinate representation of color #747426: hue angle of 60º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747426 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 38 -
CMYK 0 0 0.67 0.55
HSL 60º 0.51% 0.3% -
HSV(B) 60º 0.67% 0.45% -
XYZ 13.8 16.34 4.26 -
YUV 107.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 116 116 38 0 0 0.67 0.55 60 0.51 0.3
Hex 74 74 26 0 0 43 37 3C 33 1E
Octal 164 164 46 0 0 103 67 74 63 36
Binary 1110100 1110100 100110 0 0 1000011 110111 111100 110011 11110

Color Harmonies of #747426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747426

Black with #747426

Text Example


Text Example

White with #747426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747426; }

 p { color: rgb(116,116,38); }

 H1.HeaderClassName
 {
   color: #747426;
 }
 .AnyTagClassName
 {
   color: #747426;
 }
</style>

background-color css

<style>
 a { background-color: #747426; }

 a { background-color: rgb(116,116,38); }

 div.DivClassName
 {
   background-color: #747426;
 }
 .BgClassName
 {
   background-color: #747426;
 }
</style>

border-color css

<style>
 span { border-color: #747426; }

 span { border-color: rgb(116,116,38); }

 td.TdClassName
 {
   border-color: #747426;
 }
 .TagClassName
 {
   border-color: #747426;
 }
</style>