Html Css Color HEX #707206 Olive

📋 copy color: '#707206'

red 112 ◦ green 114 ◦ blue 6

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

Shades of Olive #707206

Tints of Olive #707206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 48.28%
G = 49.14%
B = 2.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#707206 (or 0x707206) is known color: Olive. HEX triplet: 70, 72 and 06. RGB value is (112,114,6). Sum of RGB (Red+Green+Blue) = 112+114+6=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #707206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707206 is #8F8DF9. Grayscale: #656565. Windows color (decimal): -9407994 or 422512. OLE color: 422512.

HSL color Cylindrical-coordinate representation of color #707206: hue angle of 61.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707206 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 6 -
CMYK 0.02 0 0.95 0.55
HSL 61.11º 0.9% 0.24% -
HSV(B) 61.11º 0.95% 0.45% -
XYZ 12.73 15.49 2.49 -
YUV 101.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 112 114 6 0.02 0 0.95 0.55 61.11 0.9 0.24
Hex 70 72 6 2 0 5F 37 3D 5A 18
Octal 160 162 6 2 0 137 67 75 132 30
Binary 1110000 1110010 110 10 0 1011111 110111 111101 1011010 11000

Color Harmonies of #707206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707206

Black with #707206

Text Example


Text Example

White with #707206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707206; }

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

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

background-color css

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

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

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

border-color css

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

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

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