Html Css Color HEX #717212 Olivetone

📋 copy color: '#717212'

red 113 ◦ green 114 ◦ blue 18

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

Shades of Olivetone #717212

Tints of Olivetone #717212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 46.12%
G = 46.53%
B = 7.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#717212 (or 0x717212) is known color: Olivetone. HEX triplet: 71, 72 and 12. RGB value is (113,114,18). Sum of RGB (Red+Green+Blue) = 113+114+18=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #717212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717212 is #8E8DED. Grayscale: #676767. Windows color (decimal): -9342446 or 1208945. OLE color: 1208945.

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

Color convert

RGB 113 114 18 -
CMYK 0.01 0 0.84 0.55
HSL 60.63º 0.73% 0.26% -
HSV(B) 60.63º 0.84% 0.45% -
XYZ 12.94 15.59 2.9 -
YUV 102.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 113 114 18 0.01 0 0.84 0.55 60.63 0.73 0.26
Hex 71 72 12 1 0 54 37 3D 49 1A
Octal 161 162 22 1 0 124 67 75 111 32
Binary 1110001 1110010 10010 1 0 1010100 110111 111101 1001001 11010

Color Harmonies of #717212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717212

Black with #717212

Text Example


Text Example

White with #717212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717212; }

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

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

background-color css

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

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

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

border-color css

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

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

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