#78770F

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

Shades of Olive #78770F

Tints of Olive #78770F

Color information

#78770F (or 0x78770F) is unknown color: approx Olive. HEX triplet: 78, 77 and 0F. RGB value is (120,119,15). Sum of RGB (Red+Green+Blue) = 120+119+15=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78770F is #8788F0. Grayscale: #6B6B6B. Windows color (decimal): -8882417 or 1013624. OLE color: 1013624.

HSL color Cylindrical-coordinate representation of color #78770F: hue angle of 59.43º degrees, saturation: 0.78, 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 #78770F is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB12011915-
CMYK00.010.870.53
HSL59.43º77.78%26.47%-
HSV(B)59.43º87.5%47.06%-
XYZ14.4317.223.02-
YUV107.4475.83136.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=47.24%
G=46.85%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201191500.010.870.5359.4377.7826.47
Hex7877F0157353b4e1a
Octal1701671701127657311632
Binary111100011101111111011010111110101111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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