#69924D

Color #69924D Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #69924D

Tints of Glade Green #69924D

Color information

#69924D (or 0x69924D) is unknown color: approx Glade Green. HEX triplet: 69, 92 and 4D. RGB value is (105,146,77). Sum of RGB (Red+Green+Blue) = 105+146+77=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #69924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69924D is #966DB2. Grayscale: #7E7E7E. Windows color (decimal): -9858483 or 5083753. OLE color: 5083753.

HSL color Cylindrical-coordinate representation of color #69924D: hue angle of 95.65º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69924D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB10514677-
CMYK0.2800.470.43
HSL95.65º30.94%43.73%-
HSV(B)95.65º47.26%57.25%-
XYZ17.4424.110.75-
YUV125.88100.42113.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=32.01%
G=44.51%
B=23.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105146770.2800.470.4395.6530.9443.73
Hex69924D1C02F2B601f2c
Octal15122211534057531403754
Binary1101001100100101001101111000101111101011110000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69924D; }

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

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

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

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

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

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

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

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