#707D06

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

Shades of Olive #707D06

Tints of Olive #707D06

Color information

#707D06 (or 0x707D06) is unknown color: approx Olive. HEX triplet: 70, 7D and 06. RGB value is (112,125,6). Sum of RGB (Red+Green+Blue) = 112+125+6=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #707D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707D06 is #8F82F9. Grayscale: #6C6C6C. Windows color (decimal): -9405178 or 425328. OLE color: 425328.

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

Color convert

RGB1121256-
CMYK0.1000.950.51
HSL66.55º90.84%25.69%-
HSV(B)66.55º95.2%49.02%-
XYZ14.0518.132.93-
YUV107.5570.69131.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=46.09%
G=51.44%
B=2.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11212560.1000.950.5166.5590.8425.69
Hex707D6A05F33435b1a
Octal16017561201376310313332
Binary111000011111011101010010111111100111000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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