#69944A

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

Shades of Glade Green #69944A

Tints of Glade Green #69944A

Color information

#69944A (or 0x69944A) is unknown color: approx Glade Green. HEX triplet: 69, 94 and 4A. RGB value is (105,148,74). Sum of RGB (Red+Green+Blue) = 105+148+74=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #69944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69944A is #966BB5. Grayscale: #7E7E7E. Windows color (decimal): -9857974 or 4887657. OLE color: 4887657.

HSL color Cylindrical-coordinate representation of color #69944A: hue angle of 94.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69944A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10514874-
CMYK0.2900.500.42
HSL94.86º33.33%43.53%-
HSV(B)94.86º50%58.04%-
XYZ17.6524.6810.31-
YUV126.7198.25112.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=32.11%
G=45.26%
B=22.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148740.2900.500.4294.8633.3343.53
Hex69944A1D0322A5f212c
Octal15122411235062521374154
Binary11010011001010010010101110101100101010101011111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,148,74); }

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

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

 a { background-color: rgb(105,148,74); }

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

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

 span { border-color: rgb(105,148,74); }

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