#69922A

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

Shades of Olive Drab #69922A

Tints of Olive Drab #69922A

Color information

#69922A (or 0x69922A) is unknown color: approx Olive Drab. HEX triplet: 69, 92 and 2A. RGB value is (105,146,42). Sum of RGB (Red+Green+Blue) = 105+146+42=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #69922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69922A is #966DD5. Grayscale: #7A7A7A. Windows color (decimal): -9858518 or 2789993. OLE color: 2789993.

HSL color Cylindrical-coordinate representation of color #69922A: hue angle of 83.65º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69922A is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB10514642-
CMYK0.2800.710.43
HSL83.65º55.32%36.86%-
HSV(B)83.65º71.23%57.25%-
XYZ16.5223.735.9-
YUV121.8882.92115.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=35.84%
G=49.83%
B=14.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146420.2800.710.4383.6555.3236.86
Hex69922A1C0472B543725
Octal15122252340107531246745
Binary11010011001001010101011100010001111010111010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69922A; }

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

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

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

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

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

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

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

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