#707908

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

Shades of Olive #707908

Tints of Olive #707908

Color information

#707908 (or 0x707908) is unknown color: approx Olive. HEX triplet: 70, 79 and 08. RGB value is (112,121,8). Sum of RGB (Red+Green+Blue) = 112+121+8=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #707908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707908 is #8F86F7. Grayscale: #696969. Windows color (decimal): -9406200 or 555376. OLE color: 555376.

HSL color Cylindrical-coordinate representation of color #707908: hue angle of 64.78º degrees, saturation: 0.88, 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 #707908 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1121218-
CMYK0.0700.930.53
HSL64.78º87.6%25.29%-
HSV(B)64.78º93.39%47.45%-
XYZ13.5617.142.82-
YUV105.4373.02132.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=46.47%
G=50.21%
B=3.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11212180.0700.930.5364.7887.625.29
Hex70798705D35415819
Octal16017110701356510113031
Binary111000011110011000111010111011101011000001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707908; }

 p { color: rgb(112,121,8); }

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

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

 a { background-color: rgb(112,121,8); }

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

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

 span { border-color: rgb(112,121,8); }

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