#767400

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

Shades of Olive #767400

Tints of Olive #767400

Color information

#767400 (or 0x767400) is unknown color: approx Olive. HEX triplet: 76, 74 and 00. RGB value is (118,116,0). Sum of RGB (Red+Green+Blue) = 118+116+0=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #767400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767400 is #898BFF. Grayscale: #676767. Windows color (decimal): -9014272 or 29814. OLE color: 29814.

HSL color Cylindrical-coordinate representation of color #767400: hue angle of 58.98º 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 #767400 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1181160-
CMYK00.0210.54
HSL58.98º100%23.14%-
HSV(B)58.98º100%46.27%-
XYZ13.7216.342.43-
YUV103.3769.66138.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.43%
G=49.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118116000.0210.5458.9810023.14
Hex767400264363b6417
Octal166164002144667314427
Binary1110110111010000101100100110110111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767400; }

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

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

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

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

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

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

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

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