#708A06

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

Shades of Olive #708A06

Tints of Olive #708A06

Color information

#708A06 (or 0x708A06) is unknown color: approx Olive. HEX triplet: 70, 8A and 06. RGB value is (112,138,6). Sum of RGB (Red+Green+Blue) = 112+138+6=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #708A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A06 is #8F75F9. Grayscale: #737373. Windows color (decimal): -9401850 or 428656. OLE color: 428656.

HSL color Cylindrical-coordinate representation of color #708A06: hue angle of 71.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #708A06 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1121386-
CMYK0.1900.960.46
HSL71.82º91.67%28.24%-
HSV(B)71.82º95.65%54.12%-
XYZ15.821.633.52-
YUV115.1866.39125.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=43.75%
G=53.91%
B=2.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11213860.1900.960.4671.8291.6728.24
Hex708A6130602E485c1c
Octal16021262301405611013434
Binary11100001000101011010011011000001011101001000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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