#769223

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

Shades of Olive Drab #769223

Tints of Olive Drab #769223

Color information

#769223 (or 0x769223) is unknown color: approx Olive Drab. HEX triplet: 76, 92 and 23. RGB value is (118,146,35). Sum of RGB (Red+Green+Blue) = 118+146+35=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #769223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769223 is #896DDC. Grayscale: #7D7D7D. Windows color (decimal): -9006557 or 2331254. OLE color: 2331254.

HSL color Cylindrical-coordinate representation of color #769223: hue angle of 75.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #769223 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB11814635-
CMYK0.1900.760.43
HSL75.14º61.33%35.49%-
HSV(B)75.14º76.03%57.25%-
XYZ18.0524.535.37-
YUV124.9777.22123.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 35 (14.06% from 255) = 11.71%
R=39.46%
G=48.83%
B=11.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146350.1900.760.4375.1461.3335.49
Hex7692231304C2B4b3d23
Octal16622243230114531137543
Binary11101101001001010001110011010011001010111001011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769223; }

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

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

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

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

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

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

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

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