#71780C

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

Shades of Olive #71780C

Tints of Olive #71780C

Color information

#71780C (or 0x71780C) is unknown color: approx Olive. HEX triplet: 71, 78 and 0C. RGB value is (113,120,12). Sum of RGB (Red+Green+Blue) = 113+120+12=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #71780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71780C is #8E87F3. Grayscale: #6A6A6A. Windows color (decimal): -9340916 or 817265. OLE color: 817265.

HSL color Cylindrical-coordinate representation of color #71780C: hue angle of 63.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71780C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11312012-
CMYK0.0600.900.53
HSL63.89º81.82%25.88%-
HSV(B)63.89º90%47.06%-
XYZ13.5916.972.91-
YUV105.675.18133.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=46.12%
G=48.98%
B=4.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113120120.0600.900.5363.8981.8225.88
Hex7178C605A3540521a
Octal16117014601326510012232
Binary111000111110001100110010110101101011000000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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