#76790E

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

Shades of Olive #76790E

Tints of Olive #76790E

Color information

#76790E (or 0x76790E) is unknown color: approx Olive. HEX triplet: 76, 79 and 0E. RGB value is (118,121,14). Sum of RGB (Red+Green+Blue) = 118+121+14=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #76790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76790E is #8986F1. Grayscale: #6C6C6C. Windows color (decimal): -9012978 or 948598. OLE color: 948598.

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

Color convert

RGB11812114-
CMYK0.0200.880.53
HSL61.68º79.26%26.47%-
HSV(B)61.68º88.43%47.45%-
XYZ14.3917.563.05-
YUV107.975.01135.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=46.64%
G=47.83%
B=5.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121140.0200.880.5361.6879.2626.47
Hex7679E2058353e4f1a
Octal1661711620130657611732
Binary1110110111100111101001011000110101111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,121,14); }

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

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

 a { background-color: rgb(118,121,14); }

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

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

 span { border-color: rgb(118,121,14); }

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