Html Css Color HEX #707212 Olivetone

📋 copy color: '#707212'

red 112 ◦ green 114 ◦ blue 18

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

Shades of Olivetone #707212

Tints of Olivetone #707212

RGB

 RED value IS 112 (44.14% from 255) = 45.9%

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

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

R = 45.9%
G = 46.72%
B = 7.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#707212 (or 0x707212) is known color: Olivetone. HEX triplet: 70, 72 and 12. RGB value is (112,114,18). Sum of RGB (Red+Green+Blue) = 112+114+18=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #707212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707212 is #8F8DED. Grayscale: #666666. Windows color (decimal): -9407982 or 1208944. OLE color: 1208944.

HSL color Cylindrical-coordinate representation of color #707212: hue angle of 61.25º 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 #707212 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 18 -
CMYK 0.02 0 0.84 0.55
HSL 61.25º 0.73% 0.26% -
HSV(B) 61.25º 0.84% 0.45% -
XYZ 12.81 15.52 2.89 -
YUV 102.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 112 114 18 0.02 0 0.84 0.55 61.25 0.73 0.26
Hex 70 72 12 2 0 54 37 3D 49 1A
Octal 160 162 22 2 0 124 67 75 111 32
Binary 1110000 1110010 10010 10 0 1010100 110111 111101 1001001 11010

Color Harmonies of #707212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707212

Black with #707212

Text Example


Text Example

White with #707212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707212; }

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

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

background-color css

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

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

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

border-color css

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

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

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