#708B06

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

Shades of Olive #708B06

Tints of Olive #708B06

Color information

#708B06 (or 0x708B06) is unknown color: approx Olive. HEX triplet: 70, 8B and 06. RGB value is (112,139,6). Sum of RGB (Red+Green+Blue) = 112+139+6=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #708B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B06 is #8F74F9. Grayscale: #747474. Windows color (decimal): -9401594 or 428912. OLE color: 428912.

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

Color convert

RGB1121396-
CMYK0.1900.960.45
HSL72.18º91.72%28.43%-
HSV(B)72.18º95.68%54.51%-
XYZ15.9521.923.56-
YUV115.7666.05125.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=43.58%
G=54.09%
B=2.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11213960.1900.960.4572.1891.7228.43
Hex708B6130602D485c1c
Octal16021362301405511013434
Binary11100001000101111010011011000001011011001000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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