#767305

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

Shades of Olive #767305

Tints of Olive #767305

Color information

#767305 (or 0x767305) is unknown color: approx Olive. HEX triplet: 76, 73 and 05. RGB value is (118,115,5). Sum of RGB (Red+Green+Blue) = 118+115+5=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #767305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767305 is #898CFA. Grayscale: #676767. Windows color (decimal): -9014523 or 357238. OLE color: 357238.

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

Color convert

RGB1181155-
CMYK00.030.960.54
HSL58.41º91.87%24.12%-
HSV(B)58.41º95.76%46.27%-
XYZ13.6316.122.54-
YUV103.3672.49138.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=49.58%
G=48.32%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118115500.030.960.5458.4191.8724.12
Hex767350360363a5c18
Octal166163503140667213430
Binary111011011100111010111100000110110111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767305; }

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

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

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

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

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

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

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

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