#767401

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

Shades of Olive #767401

Tints of Olive #767401

Color information

#767401 (or 0x767401) is unknown color: approx Olive. HEX triplet: 76, 74 and 01. RGB value is (118,116,1). Sum of RGB (Red+Green+Blue) = 118+116+1=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #767401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767401 is #898BFE. Grayscale: #676767. Windows color (decimal): -9014271 or 95350. OLE color: 95350.

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

Color convert

RGB1181161-
CMYK00.020.990.54
HSL58.97º98.32%23.33%-
HSV(B)58.97º99.15%46.27%-
XYZ13.7216.342.46-
YUV103.4970.16138.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=50.21%
G=49.36%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118116100.020.990.5458.9798.3223.33
Hex767410263363b6217
Octal166164102143667314227
Binary1110110111010010101100011110110111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767401; }

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

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

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

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

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

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

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

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