Html Css Color HEX #717118 Olivetone

📋 copy color: '#717118'

red 113 ◦ green 113 ◦ blue 24

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

Shades of Olivetone #717118

Tints of Olivetone #717118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 45.2%
G = 45.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#717118 (or 0x717118) is known color: Olivetone. HEX triplet: 71, 71 and 18. RGB value is (113,113,24). Sum of RGB (Red+Green+Blue) = 113+113+24=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717118 is #8E8EE7. Grayscale: #676767. Windows color (decimal): -9342696 or 1601905. OLE color: 1601905.

HSL color Cylindrical-coordinate representation of color #717118: hue angle of 60º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #717118 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 24 -
CMYK 0 0 0.79 0.56
HSL 60º 0.65% 0.27% -
HSV(B) 60º 0.79% 0.44% -
XYZ 12.88 15.39 3.16 -
YUV 102.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 113 113 24 0 0 0.79 0.56 60 0.65 0.27
Hex 71 71 18 0 0 4F 38 3C 41 1B
Octal 161 161 30 0 0 117 70 74 101 33
Binary 1110001 1110001 11000 0 0 1001111 111000 111100 1000001 11011

Color Harmonies of #717118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717118

Black with #717118

Text Example


Text Example

White with #717118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717118; }

 p { color: rgb(113,113,24); }

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

background-color css

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

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

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

border-color css

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

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

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