Html Css Color HEX #717024 Olivetone

📋 copy color: '#717024'

red 113 ◦ green 112 ◦ blue 36

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

Shades of Olivetone #717024

Tints of Olivetone #717024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 43.3%
G = 42.91%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#717024 (or 0x717024) is known color: Olivetone. HEX triplet: 71, 70 and 24. RGB value is (113,112,36). Sum of RGB (Red+Green+Blue) = 113+112+36=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #717024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717024 is #8E8FDB. Grayscale: #676767. Windows color (decimal): -9342940 or 2388081. OLE color: 2388081.

HSL color Cylindrical-coordinate representation of color #717024: hue angle of 59.22º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #717024 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 36 -
CMYK 0 0.01 0.68 0.56
HSL 59.22º 0.52% 0.29% -
HSV(B) 59.22º 0.68% 0.44% -
XYZ 12.92 15.23 3.93 -
YUV 103.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 113 112 36 0 0.01 0.68 0.56 59.22 0.52 0.29
Hex 71 70 24 0 1 44 38 3B 34 1D
Octal 161 160 44 0 1 104 70 73 64 35
Binary 1110001 1110000 100100 0 1 1000100 111000 111011 110100 11101

Color Harmonies of #717024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717024

Black with #717024

Text Example


Text Example

White with #717024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717024; }

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

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

background-color css

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

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

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

border-color css

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

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

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