#767600

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

Shades of Olive #767600

Tints of Olive #767600

Color information

#767600 (or 0x767600) is unknown color: approx Olive. HEX triplet: 76, 76 and 00. RGB value is (118,118,0). Sum of RGB (Red+Green+Blue) = 118+118+0=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767600 is #8989FF. Grayscale: #696969. Windows color (decimal): -9013760 or 30326. OLE color: 30326.

HSL color Cylindrical-coordinate representation of color #767600: hue angle of 60º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1181180-
CMYK0010.54
HSL60º100%23.14%-
HSV(B)60º100%46.27%-
XYZ13.9516.812.51-
YUV104.5569137.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811800010.546010023.14
Hex767600064363c6417
Octal166166000144667414427
Binary111011011101100001100100110110111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767600; }

 p { color: rgb(118,118,0); }

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

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

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

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

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

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

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