Html Css Color HEX #708106 Olive

📋 copy color: '#708106'

red 112 ◦ green 129 ◦ blue 6

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

Shades of Olive #708106

Tints of Olive #708106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

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

R = 45.34%
G = 52.23%
B = 2.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#708106 (or 0x708106) is known color: Olive. HEX triplet: 70, 81 and 06. RGB value is (112,129,6). Sum of RGB (Red+Green+Blue) = 112+129+6=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #708106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708106 is #8F7EF9. Grayscale: #6E6E6E. Windows color (decimal): -9404154 or 426352. OLE color: 426352.

HSL color Cylindrical-coordinate representation of color #708106: hue angle of 68.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708106 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 6 -
CMYK 0.13 0 0.95 0.49
HSL 68.29º 0.91% 0.26% -
HSV(B) 68.29º 0.95% 0.51% -
XYZ 14.57 19.16 3.1 -
YUV 109.9 69.37 129.5 -
System Red Green Blue C M Y K H S L
Decimal 112 129 6 0.13 0 0.95 0.49 68.29 0.91 0.26
Hex 70 81 6 D 0 5F 31 44 5B 1A
Octal 160 201 6 15 0 137 61 104 133 32
Binary 1110000 10000001 110 1101 0 1011111 110001 1000100 1011011 11010

Color Harmonies of #708106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708106

Black with #708106

Text Example


Text Example

White with #708106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708106; }

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

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

background-color css

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

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

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

border-color css

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

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

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