#767402

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

Shades of Olive #767402

Tints of Olive #767402

Color information

#767402 (or 0x767402) is unknown color: approx Olive. HEX triplet: 76, 74 and 02. RGB value is (118,116,2). Sum of RGB (Red+Green+Blue) = 118+116+2=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767402 is #898BFD. Grayscale: #686868. Windows color (decimal): -9014270 or 160886. OLE color: 160886.

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

Color convert

RGB1181162-
CMYK00.020.980.54
HSL58.97º96.67%23.53%-
HSV(B)58.97º98.31%46.27%-
XYZ13.7316.352.49-
YUV103.670.66138.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=50%
G=49.15%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118116200.020.980.5458.9796.6723.53
Hex767420262363b6118
Octal166164202142667314130
Binary11101101110100100101100010110110111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767402; }

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

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

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

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

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

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

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

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