#699226

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

Shades of Olive Drab #699226

Tints of Olive Drab #699226

Color information

#699226 (or 0x699226) is unknown color: approx Olive Drab. HEX triplet: 69, 92 and 26. RGB value is (105,146,38). Sum of RGB (Red+Green+Blue) = 105+146+38=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #699226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699226 is #966DD9. Grayscale: #797979. Windows color (decimal): -9858522 or 2527849. OLE color: 2527849.

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

Color convert

RGB10514638-
CMYK0.2800.740.43
HSL82.78º58.7%36.08%-
HSV(B)82.78º73.97%57.25%-
XYZ16.4523.75.54-
YUV121.4380.92116.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=36.33%
G=50.52%
B=13.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146380.2800.740.4382.7858.736.08
Hex6992261C04A2B533b24
Octal15122246340112531237344
Binary11010011001001010011011100010010101010111010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699226; }

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

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

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

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

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

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

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

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