#766C04

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

Shades of Olive #766C04

Tints of Olive #766C04

Color information

#766C04 (or 0x766C04) is unknown color: approx Olive. HEX triplet: 76, 6C and 04. RGB value is (118,108,4). Sum of RGB (Red+Green+Blue) = 118+108+4=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #766C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C04 is #8993FB. Grayscale: #636363. Windows color (decimal): -9016316 or 289910. OLE color: 289910.

HSL color Cylindrical-coordinate representation of color #766C04: hue angle of 54.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766C04 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1181084-
CMYK00.080.970.54
HSL54.74º93.44%23.92%-
HSV(B)54.74º96.61%46.27%-
XYZ12.8614.592.25-
YUV99.1374.31141.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 4 (1.95% from 255) = 1.74%
R=51.30%
G=46.96%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118108400.080.970.5454.7493.4423.92
Hex766C4086136375d18
Octal1661544010141666713530
Binary11101101101100100010001100001110110110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C04; }

 p { color: rgb(118,108,4); }

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

<style>
 a { background-color: #766C04; }

 a { background-color: rgb(118,108,4); }

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

<style>
 span { border-color: #766C04; }

 span { border-color: rgb(118,108,4); }

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