Html Css Color HEX #717518 Olivetone

📋 copy color: '#717518'

red 113 ◦ green 117 ◦ blue 24

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

Shades of Olivetone #717518

Tints of Olivetone #717518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 44.49%
G = 46.06%
B = 9.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#717518 (or 0x717518) is known color: Olivetone. HEX triplet: 71, 75 and 18. RGB value is (113,117,24). Sum of RGB (Red+Green+Blue) = 113+117+24=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #717518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717518 is #8E8AE7. Grayscale: #696969. Windows color (decimal): -9341672 or 1602929. OLE color: 1602929.

HSL color Cylindrical-coordinate representation of color #717518: hue angle of 62.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #717518 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 24 -
CMYK 0.03 0 0.79 0.54
HSL 62.58º 0.66% 0.28% -
HSV(B) 62.58º 0.79% 0.46% -
XYZ 13.34 16.3 3.31 -
YUV 105.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 113 117 24 0.03 0 0.79 0.54 62.58 0.66 0.28
Hex 71 75 18 3 0 4F 36 3F 42 1C
Octal 161 165 30 3 0 117 66 77 102 34
Binary 1110001 1110101 11000 11 0 1001111 110110 111111 1000010 11100

Color Harmonies of #717518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717518

Black with #717518

Text Example


Text Example

White with #717518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717518; }

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

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

background-color css

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

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

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

border-color css

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

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

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