#707809

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

Shades of Olive #707809

Tints of Olive #707809

Color information

#707809 (or 0x707809) is unknown color: approx Olive. HEX triplet: 70, 78 and 09. RGB value is (112,120,9). Sum of RGB (Red+Green+Blue) = 112+120+9=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #707809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707809 is #8F87F6. Grayscale: #696969. Windows color (decimal): -9406455 or 620656. OLE color: 620656.

HSL color Cylindrical-coordinate representation of color #707809: hue angle of 64.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707809 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1121209-
CMYK0.0700.920.53
HSL64.32º86.05%25.29%-
HSV(B)64.32º92.5%47.06%-
XYZ13.4516.92.81-
YUV104.9573.85133.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=46.47%
G=49.79%
B=3.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11212090.0700.920.5364.3286.0525.29
Hex70789705C35405619
Octal16017011701346510012631
Binary111000011110001001111010111001101011000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707809; }

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

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

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

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

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

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

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

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