Html Css Color HEX #717824 Olivetone

📋 copy color: '#717824'

red 113 ◦ green 120 ◦ blue 36

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

Shades of Olivetone #717824

Tints of Olivetone #717824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 42.01%
G = 44.61%
B = 13.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#717824 (or 0x717824) is known color: Olivetone. HEX triplet: 71, 78 and 24. RGB value is (113,120,36). Sum of RGB (Red+Green+Blue) = 113+120+36=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #717824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717824 is #8E87DB. Grayscale: #6C6C6C. Windows color (decimal): -9340892 or 2390129. OLE color: 2390129.

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

Color convert

RGB 113 120 36 -
CMYK 0.06 0 0.7 0.53
HSL 65º 0.54% 0.31% -
HSV(B) 65º 0.7% 0.47% -
XYZ 13.84 17.07 4.23 -
YUV 108.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 113 120 36 0.06 0 0.7 0.53 65 0.54 0.31
Hex 71 78 24 6 0 46 35 41 36 1F
Octal 161 170 44 6 0 106 65 101 66 37
Binary 1110001 1111000 100100 110 0 1000110 110101 1000001 110110 11111

Color Harmonies of #717824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717824

Black with #717824

Text Example


Text Example

White with #717824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717824; }

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

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

background-color css

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

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

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

border-color css

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

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

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