#70780A

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

Shades of Olive #70780A

Tints of Olive #70780A

Color information

#70780A (or 0x70780A) is unknown color: approx Olive. HEX triplet: 70, 78 and 0A. RGB value is (112,120,10). Sum of RGB (Red+Green+Blue) = 112+120+10=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #70780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70780A is #8F87F5. Grayscale: #696969. Windows color (decimal): -9406454 or 686192. OLE color: 686192.

HSL color Cylindrical-coordinate representation of color #70780A: hue angle of 64.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70780A is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11212010-
CMYK0.0700.920.53
HSL64.36º84.62%25.49%-
HSV(B)64.36º91.67%47.06%-
XYZ13.4516.92.84-
YUV105.0774.35132.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=46.28%
G=49.59%
B=4.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120100.0700.920.5364.3684.6225.49
Hex7078A705C35405519
Octal16017012701346510012531
Binary111000011110001010111010111001101011000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70780A; }

 p { color: rgb(112,120,10); }

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

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

 a { background-color: rgb(112,120,10); }

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

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

 span { border-color: rgb(112,120,10); }

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