#707F06

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

Shades of Olive #707F06

Tints of Olive #707F06

Color information

#707F06 (or 0x707F06) is unknown color: approx Olive. HEX triplet: 70, 7F and 06. RGB value is (112,127,6). Sum of RGB (Red+Green+Blue) = 112+127+6=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #707F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707F06 is #8F80F9. Grayscale: #6D6D6D. Windows color (decimal): -9404666 or 425840. OLE color: 425840.

HSL color Cylindrical-coordinate representation of color #707F06: hue angle of 67.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707F06 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB1121276-
CMYK0.1200.950.50
HSL67.44º90.98%26.08%-
HSV(B)67.44º95.28%49.8%-
XYZ14.318.643.02-
YUV108.7270.03130.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 127 (50% from 255) = 51.84%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=45.71%
G=51.84%
B=2.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11212760.1200.950.5067.4490.9826.08
Hex707F6C05F32435b1a
Octal16017761401376210313332
Binary111000011111111101100010111111100101000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F06; }

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

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

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

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

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

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

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

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