#767405

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

Shades of Olive #767405

Tints of Olive #767405

Color information

#767405 (or 0x767405) is unknown color: approx Olive. HEX triplet: 76, 74 and 05. RGB value is (118,116,5). Sum of RGB (Red+Green+Blue) = 118+116+5=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #767405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767405 is #898BFA. Grayscale: #686868. Windows color (decimal): -9014267 or 357494. OLE color: 357494.

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

Color convert

RGB1181165-
CMYK00.020.960.54
HSL58.94º91.87%24.12%-
HSV(B)58.94º95.76%46.27%-
XYZ13.7416.352.58-
YUV103.9472.16138.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=49.37%
G=48.54%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118116500.020.960.5458.9491.8724.12
Hex767450260363b5c18
Octal166164502140667313430
Binary111011011101001010101100000110110111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767405; }

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

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

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

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

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

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

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

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