#71780A

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

Shades of Olive #71780A

Tints of Olive #71780A

Color information

#71780A (or 0x71780A) is unknown color: approx Olive. HEX triplet: 71, 78 and 0A. RGB value is (113,120,10). Sum of RGB (Red+Green+Blue) = 113+120+10=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #71780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71780A is #8E87F5. Grayscale: #696969. Windows color (decimal): -9340918 or 686193. OLE color: 686193.

HSL color Cylindrical-coordinate representation of color #71780A: hue angle of 63.82º 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 #71780A is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11312010-
CMYK0.0600.920.53
HSL63.82º84.62%25.49%-
HSV(B)63.82º91.67%47.06%-
XYZ13.5816.972.85-
YUV105.3774.18133.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=46.50%
G=49.38%
B=4.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120100.0600.920.5363.8284.6225.49
Hex7178A605C35405519
Octal16117012601346510012531
Binary111000111110001010110010111001101011000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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