#707C09

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

Shades of Olive #707C09

Tints of Olive #707C09

Color information

#707C09 (or 0x707C09) is unknown color: approx Olive. HEX triplet: 70, 7C and 09. RGB value is (112,124,9). Sum of RGB (Red+Green+Blue) = 112+124+9=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #707C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C09 is #8F83F6. Grayscale: #6B6B6B. Windows color (decimal): -9405431 or 621680. OLE color: 621680.

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

Color convert

RGB1121249-
CMYK0.1000.930.51
HSL66.26º86.47%26.08%-
HSV(B)66.26º92.74%48.63%-
XYZ13.9417.882.97-
YUV107.372.52131.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 9 (3.91% from 255) = 3.67%
R=45.71%
G=50.61%
B=3.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11212490.1000.930.5166.2686.4726.08
Hex707C9A05D3342561a
Octal160174111201356310212632
Binary1110000111110010011010010111011100111000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,124,9); }

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

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

 a { background-color: rgb(112,124,9); }

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

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

 span { border-color: rgb(112,124,9); }

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