#707D0B

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

Shades of Olive #707D0B

Tints of Olive #707D0B

Color information

#707D0B (or 0x707D0B) is unknown color: approx Olive. HEX triplet: 70, 7D and 0B. RGB value is (112,125,11). Sum of RGB (Red+Green+Blue) = 112+125+11=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #707D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707D0B is #8F82F4. Grayscale: #6C6C6C. Windows color (decimal): -9405173 or 753008. OLE color: 753008.

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

Color convert

RGB11212511-
CMYK0.1000.910.51
HSL66.84º83.82%26.67%-
HSV(B)66.84º91.2%49.02%-
XYZ14.0818.143.08-
YUV108.1273.19130.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=45.16%
G=50.40%
B=4.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112125110.1000.910.5166.8483.8226.67
Hex707DBA05B3343541b
Octal160175131201336310312433
Binary1110000111110110111010010110111100111000011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,11); }

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

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

 a { background-color: rgb(112,125,11); }

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

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

 span { border-color: rgb(112,125,11); }

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