#707109

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

Shades of Olive #707109

Tints of Olive #707109

Color information

#707109 (or 0x707109) is unknown color: approx Olive. HEX triplet: 70, 71 and 09. RGB value is (112,113,9). Sum of RGB (Red+Green+Blue) = 112+113+9=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #707109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707109 is #8F8EF6. Grayscale: #656565. Windows color (decimal): -9408247 or 618864. OLE color: 618864.

HSL color Cylindrical-coordinate representation of color #707109: hue angle of 60.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #707109 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB1121139-
CMYK0.0100.920.56
HSL60.58º85.25%23.92%-
HSV(B)60.58º92.04%44.31%-
XYZ12.6415.272.54-
YUV100.8476.17135.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=47.86%
G=48.29%
B=3.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211390.0100.920.5660.5885.2523.92
Hex70719105C383d5518
Octal1601611110134707512530
Binary111000011100011001101011100111000111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707109; }

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

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

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

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

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

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

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

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