#699227

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

Shades of Olive Drab #699227

Tints of Olive Drab #699227

Color information

#699227 (or 0x699227) is unknown color: approx Olive Drab. HEX triplet: 69, 92 and 27. RGB value is (105,146,39). Sum of RGB (Red+Green+Blue) = 105+146+39=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #699227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699227 is #966DD8. Grayscale: #797979. Windows color (decimal): -9858521 or 2593385. OLE color: 2593385.

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

Color convert

RGB10514639-
CMYK0.2800.730.43
HSL82.99º57.84%36.27%-
HSV(B)82.99º73.29%57.25%-
XYZ16.4723.715.63-
YUV121.5481.42116.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=36.21%
G=50.34%
B=13.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146390.2800.730.4382.9957.8436.27
Hex6992271C0492B533a24
Octal15122247340111531237244
Binary11010011001001010011111100010010011010111010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699227; }

 p { color: rgb(105,146,39); }

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

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

 a { background-color: rgb(105,146,39); }

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

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

 span { border-color: rgb(105,146,39); }

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