#767309

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

Shades of Olive #767309

Tints of Olive #767309

Color information

#767309 (or 0x767309) is unknown color: approx Olive. HEX triplet: 76, 73 and 09. RGB value is (118,115,9). Sum of RGB (Red+Green+Blue) = 118+115+9=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #767309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767309 is #898CF6. Grayscale: #686868. Windows color (decimal): -9014519 or 619382. OLE color: 619382.

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

Color convert

RGB1181159-
CMYK00.030.920.54
HSL58.35º85.83%24.9%-
HSV(B)58.35º92.37%46.27%-
XYZ13.6516.132.65-
YUV103.8174.49138.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=48.76%
G=47.52%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118115900.030.920.5458.3585.8324.9
Hex76739035C363a5619
Octal1661631103134667212631
Binary1110110111001110010111011100110110111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767309; }

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

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

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

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

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

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

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

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