#769323

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

Shades of Olive Drab #769323

Tints of Olive Drab #769323

Color information

#769323 (or 0x769323) is unknown color: approx Olive Drab. HEX triplet: 76, 93 and 23. RGB value is (118,147,35). Sum of RGB (Red+Green+Blue) = 118+147+35=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #769323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769323 is #896CDC. Grayscale: #7D7D7D. Windows color (decimal): -9006301 or 2331510. OLE color: 2331510.

HSL color Cylindrical-coordinate representation of color #769323: hue angle of 75.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769323 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB11814735-
CMYK0.2000.760.42
HSL75.54º61.54%35.69%-
HSV(B)75.54º76.19%57.65%-
XYZ18.2124.845.43-
YUV125.5676.89122.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 35 (14.06% from 255) = 11.67%
R=39.33%
G=49%
B=11.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147350.2000.760.4275.5461.5435.69
Hex7693231404C2A4c3e24
Octal16622343240114521147644
Binary11101101001001110001110100010011001010101001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769323; }

 p { color: rgb(118,147,35); }

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

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

 a { background-color: rgb(118,147,35); }

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

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

 span { border-color: rgb(118,147,35); }

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