Html Css Color HEX #717218 Olivetone

📋 copy color: '#717218'

red 113 ◦ green 114 ◦ blue 24

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

Shades of Olivetone #717218

Tints of Olivetone #717218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 45.02%
G = 45.42%
B = 9.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#717218 (or 0x717218) is known color: Olivetone. HEX triplet: 71, 72 and 18. RGB value is (113,114,24). Sum of RGB (Red+Green+Blue) = 113+114+24=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #717218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717218 is #8E8DE7. Grayscale: #676767. Windows color (decimal): -9342440 or 1602161. OLE color: 1602161.

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

Color convert

RGB 113 114 24 -
CMYK 0.01 0 0.79 0.55
HSL 60.67º 0.65% 0.27% -
HSV(B) 60.67º 0.79% 0.45% -
XYZ 12.99 15.61 3.19 -
YUV 103.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 113 114 24 0.01 0 0.79 0.55 60.67 0.65 0.27
Hex 71 72 18 1 0 4F 37 3D 41 1B
Octal 161 162 30 1 0 117 67 75 101 33
Binary 1110001 1110010 11000 1 0 1001111 110111 111101 1000001 11011

Color Harmonies of #717218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717218

Black with #717218

Text Example


Text Example

White with #717218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717218; }

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

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

background-color css

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

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

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

border-color css

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

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

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