#78810F

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

Shades of Olive #78810F

Tints of Olive #78810F

Color information

#78810F (or 0x78810F) is unknown color: approx Olive. HEX triplet: 78, 81 and 0F. RGB value is (120,129,15). Sum of RGB (Red+Green+Blue) = 120+129+15=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #78810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78810F is #877EF0. Grayscale: #717171. Windows color (decimal): -8879857 or 1016184. OLE color: 1016184.

HSL color Cylindrical-coordinate representation of color #78810F: hue angle of 64.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78810F is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12012915-
CMYK0.0700.880.49
HSL64.74º79.17%28.24%-
HSV(B)64.74º88.37%50.59%-
XYZ15.6819.733.43-
YUV113.3172.52132.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=45.45%
G=48.86%
B=5.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129150.0700.880.4964.7479.1728.24
Hex7881F705831414f1c
Octal17020117701306110111734
Binary1111000100000011111111010110001100011000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78810F; }

 p { color: rgb(120,129,15); }

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

<style>
 a { background-color: #78810F; }

 a { background-color: rgb(120,129,15); }

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

<style>
 span { border-color: #78810F; }

 span { border-color: rgb(120,129,15); }

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