#708207

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

Shades of Olive #708207

Tints of Olive #708207

Color information

#708207 (or 0x708207) is unknown color: approx Olive. HEX triplet: 70, 82 and 07. RGB value is (112,130,7). Sum of RGB (Red+Green+Blue) = 112+130+7=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #708207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708207 is #8F7DF8. Grayscale: #6F6F6F. Windows color (decimal): -9403897 or 492144. OLE color: 492144.

HSL color Cylindrical-coordinate representation of color #708207: hue angle of 68.78º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708207 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1121307-
CMYK0.1400.950.49
HSL68.78º89.78%26.86%-
HSV(B)68.78º94.62%50.98%-
XYZ14.719.433.18-
YUV110.669.54129-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 7 (3.12% from 255) = 2.81%
R=44.98%
G=52.21%
B=2.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11213070.1400.950.4968.7889.7826.86
Hex70827E05F31455a1b
Octal16020271601376110513233
Binary1110000100000101111110010111111100011000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708207; }

 p { color: rgb(112,130,7); }

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

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

 a { background-color: rgb(112,130,7); }

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

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

 span { border-color: rgb(112,130,7); }

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