Html Css Color HEX #747724 Olivetone

📋 copy color: '#747724'

red 116 ◦ green 119 ◦ blue 36

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

Shades of Olivetone #747724

Tints of Olivetone #747724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 42.8%
G = 43.91%
B = 13.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#747724 (or 0x747724) is known color: Olivetone. HEX triplet: 74, 77 and 24. RGB value is (116,119,36). Sum of RGB (Red+Green+Blue) = 116+119+36=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #747724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747724 is #8B88DB. Grayscale: #6C6C6C. Windows color (decimal): -9144540 or 2389876. OLE color: 2389876.

HSL color Cylindrical-coordinate representation of color #747724: hue angle of 62.17º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747724 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 36 -
CMYK 0.03 0 0.70 0.53
HSL 62.17º 0.54% 0.3% -
HSV(B) 62.17º 0.7% 0.47% -
XYZ 14.12 17.03 4.21 -
YUV 108.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 116 119 36 0.03 0 0.70 0.53 62.17 0.54 0.3
Hex 74 77 24 3 0 46 35 3E 36 1E
Octal 164 167 44 3 0 106 65 76 66 36
Binary 1110100 1110111 100100 11 0 1000110 110101 111110 110110 11110

Color Harmonies of #747724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747724

Black with #747724

Text Example


Text Example

White with #747724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747724; }

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

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

background-color css

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

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

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

border-color css

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

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

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