#707C08

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

Shades of Olive #707C08

Tints of Olive #707C08

Color information

#707C08 (or 0x707C08) is unknown color: approx Olive. HEX triplet: 70, 7C and 08. RGB value is (112,124,8). Sum of RGB (Red+Green+Blue) = 112+124+8=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #707C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C08 is #8F83F7. Grayscale: #6B6B6B. Windows color (decimal): -9405432 or 556144. OLE color: 556144.

HSL color Cylindrical-coordinate representation of color #707C08: hue angle of 66.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #707C08 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB1121248-
CMYK0.1000.940.51
HSL66.21º87.88%25.88%-
HSV(B)66.21º93.55%48.63%-
XYZ13.9317.882.95-
YUV107.1972.02131.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=45.90%
G=50.82%
B=3.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11212480.1000.940.5166.2187.8825.88
Hex707C8A05E3342581a
Octal160174101201366310213032
Binary1110000111110010001010010111101100111000010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C08; }

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

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

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

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

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

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

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

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