#769327

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

Shades of Olive Drab #769327

Tints of Olive Drab #769327

Color information

#769327 (or 0x769327) is unknown color: approx Olive Drab. HEX triplet: 76, 93 and 27. RGB value is (118,147,39). Sum of RGB (Red+Green+Blue) = 118+147+39=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #769327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769327 is #896CD8. Grayscale: #7E7E7E. Windows color (decimal): -9006297 or 2593654. OLE color: 2593654.

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

Color convert

RGB11814739-
CMYK0.2000.730.42
HSL76.11º58.06%36.47%-
HSV(B)76.11º73.47%57.65%-
XYZ18.2724.875.76-
YUV126.0278.89122.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=38.82%
G=48.36%
B=12.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147390.2000.730.4276.1158.0636.47
Hex769327140492A4c3a24
Octal16622347240111521147244
Binary11101101001001110011110100010010011010101001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769327; }

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

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

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

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

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

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

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

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