#69924E

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

Shades of Glade Green #69924E

Tints of Glade Green #69924E

Color information

#69924E (or 0x69924E) is unknown color: approx Glade Green. HEX triplet: 69, 92 and 4E. RGB value is (105,146,78). Sum of RGB (Red+Green+Blue) = 105+146+78=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #69924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69924E is #966DB1. Grayscale: #7E7E7E. Windows color (decimal): -9858482 or 5149289. OLE color: 5149289.

HSL color Cylindrical-coordinate representation of color #69924E: hue angle of 96.18º degrees, saturation: 0.3, 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 #69924E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB10514678-
CMYK0.2800.470.43
HSL96.18º30.36%43.92%-
HSV(B)96.18º46.58%57.25%-
XYZ17.4824.1110.94-
YUV125.99100.92113.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=31.91%
G=44.38%
B=23.71%

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
Decimal105146780.2800.470.4396.1830.3643.92
Hex69924E1C02F2B601e2c
Octal15122211634057531403654
Binary1101001100100101001110111000101111101011110000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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