#70770B

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

Shades of Olive #70770B

Tints of Olive #70770B

Color information

#70770B (or 0x70770B) is unknown color: approx Olive. HEX triplet: 70, 77 and 0B. RGB value is (112,119,11). Sum of RGB (Red+Green+Blue) = 112+119+11=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #70770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70770B is #8F88F4. Grayscale: #696969. Windows color (decimal): -9406709 or 751472. OLE color: 751472.

HSL color Cylindrical-coordinate representation of color #70770B: hue angle of 63.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70770B is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB11211911-
CMYK0.0600.910.53
HSL63.89º83.08%25.49%-
HSV(B)63.89º90.76%46.67%-
XYZ13.3416.662.83-
YUV104.675.18133.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=46.28%
G=49.17%
B=4.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119110.0600.910.5363.8983.0825.49
Hex7077B605B35405319
Octal16016713601336510012331
Binary111000011101111011110010110111101011000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70770B; }

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

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

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

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

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

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

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

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