#78770E

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

Shades of Olive #78770E

Tints of Olive #78770E

Color information

#78770E (or 0x78770E) is unknown color: approx Olive. HEX triplet: 78, 77 and 0E. RGB value is (120,119,14). Sum of RGB (Red+Green+Blue) = 120+119+14=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78770E is #8788F1. Grayscale: #6B6B6B. Windows color (decimal): -8882418 or 948088. OLE color: 948088.

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

Color convert

RGB12011914-
CMYK00.010.880.53
HSL59.43º79.1%26.27%-
HSV(B)59.43º88.33%47.06%-
XYZ14.4217.222.98-
YUV107.3375.33137.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=47.43%
G=47.04%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201191400.010.880.5359.4379.126.27
Hex7877E0158353b4f1a
Octal1701671601130657311732
Binary111100011101111110011011000110101111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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