#70780E

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

Shades of Olive #70780E

Tints of Olive #70780E

Color information

#70780E (or 0x70780E) is unknown color: approx Olive. HEX triplet: 70, 78 and 0E. RGB value is (112,120,14). Sum of RGB (Red+Green+Blue) = 112+120+14=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #70780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70780E is #8F87F1. Grayscale: #696969. Windows color (decimal): -9406450 or 948336. OLE color: 948336.

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

Color convert

RGB11212014-
CMYK0.0700.880.53
HSL64.53º79.1%26.27%-
HSV(B)64.53º88.33%47.06%-
XYZ13.4816.912.97-
YUV105.5276.35132.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=45.53%
G=48.78%
B=5.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120140.0700.880.5364.5379.126.27
Hex7078E705835414f1a
Octal16017016701306510111732
Binary111000011110001110111010110001101011000001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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