#708D06

Color #708D06 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #708D06

Tints of Olive #708D06

Color information

#708D06 (or 0x708D06) is unknown color: approx Olive. HEX triplet: 70, 8D and 06. RGB value is (112,141,6). Sum of RGB (Red+Green+Blue) = 112+141+6=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #708D06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D06 is #8F72F9. Grayscale: #757575. Windows color (decimal): -9401082 or 429424. OLE color: 429424.

HSL color Cylindrical-coordinate representation of color #708D06: hue angle of 72.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708D06 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1121416-
CMYK0.2100.960.45
HSL72.89º91.84%28.82%-
HSV(B)72.89º95.74%55.29%-
XYZ16.2422.513.66-
YUV116.9465.39124.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=43.24%
G=54.44%
B=2.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11214160.2100.960.4572.8991.8428.82
Hex708D6150602D495c1d
Octal16021562501405511113435
Binary11100001000110111010101011000001011011001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D06; }

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

 H1.HeaderClassName
 {
   color: #708D06;
 }
 .AnyTagClassName
 {
   color: #708D06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #708D06;
 }
 .BgClassName
 {
   background-color: #708D06;
 }
</style>
border-color css

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

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

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