#707208

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

Shades of Olive #707208

Tints of Olive #707208

Color information

#707208 (or 0x707208) is unknown color: approx Olive. HEX triplet: 70, 72 and 08. RGB value is (112,114,8). Sum of RGB (Red+Green+Blue) = 112+114+8=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #707208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707208 is #8F8DF7. Grayscale: #656565. Windows color (decimal): -9407992 or 553584. OLE color: 553584.

HSL color Cylindrical-coordinate representation of color #707208: hue angle of 61.13º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707208 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1121148-
CMYK0.0200.930.55
HSL61.13º86.89%23.92%-
HSV(B)61.13º92.98%44.71%-
XYZ12.7415.52.55-
YUV101.3275.34135.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=47.86%
G=48.72%
B=3.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11211480.0200.930.5561.1386.8923.92
Hex70728205D373d5718
Octal1601621020135677512730
Binary1110000111001010001001011101110111111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707208; }

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

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

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

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

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

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

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

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