Html Css Color HEX #717724 Olivetone

📋 copy color: '#717724'

red 113 ◦ green 119 ◦ blue 36

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

Shades of Olivetone #717724

Tints of Olivetone #717724

RGB

 RED value IS 113 (44.53% from 255) = 42.16%

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

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

R = 42.16%
G = 44.4%
B = 13.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#717724 (or 0x717724) is known color: Olivetone. HEX triplet: 71, 77 and 24. RGB value is (113,119,36). Sum of RGB (Red+Green+Blue) = 113+119+36=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #717724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717724 is #8E88DB. Grayscale: #6C6C6C. Windows color (decimal): -9341148 or 2389873. OLE color: 2389873.

HSL color Cylindrical-coordinate representation of color #717724: hue angle of 64.34º 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 #717724 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 36 -
CMYK 0.05 0 0.70 0.53
HSL 64.34º 0.54% 0.3% -
HSV(B) 64.34º 0.7% 0.47% -
XYZ 13.73 16.83 4.19 -
YUV 107.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 113 119 36 0.05 0 0.70 0.53 64.34 0.54 0.3
Hex 71 77 24 5 0 46 35 40 36 1E
Octal 161 167 44 5 0 106 65 100 66 36
Binary 1110001 1110111 100100 101 0 1000110 110101 1000000 110110 11110

Color Harmonies of #717724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717724

Black with #717724

Text Example


Text Example

White with #717724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717724; }

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

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

background-color css

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

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

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

border-color css

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

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

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