Html Css Color HEX #747424 Olivetone

📋 copy color: '#747424'

red 116 ◦ green 116 ◦ blue 36

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

Shades of Olivetone #747424

Tints of Olivetone #747424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 43.28%
G = 43.28%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#747424 (or 0x747424) is known color: Olivetone. HEX triplet: 74, 74 and 24. RGB value is (116,116,36). Sum of RGB (Red+Green+Blue) = 116+116+36=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747424 is #8B8BDB. Grayscale: #6B6B6B. Windows color (decimal): -9145308 or 2389108. OLE color: 2389108.

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

Color convert

RGB 116 116 36 -
CMYK 0 0 0.69 0.55
HSL 60º 0.53% 0.3% -
HSV(B) 60º 0.69% 0.45% -
XYZ 13.77 16.33 4.1 -
YUV 106.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 116 116 36 0 0 0.69 0.55 60 0.53 0.3
Hex 74 74 24 0 0 45 37 3C 35 1E
Octal 164 164 44 0 0 105 67 74 65 36
Binary 1110100 1110100 100100 0 0 1000101 110111 111100 110101 11110

Color Harmonies of #747424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747424

Black with #747424

Text Example


Text Example

White with #747424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747424; }

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

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

background-color css

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

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

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

border-color css

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

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

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