#69944E

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

Shades of Glade Green #69944E

Tints of Glade Green #69944E

Color information

#69944E (or 0x69944E) is unknown color: approx Glade Green. HEX triplet: 69, 94 and 4E. RGB value is (105,148,78). Sum of RGB (Red+Green+Blue) = 105+148+78=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #69944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69944E is #966BB1. Grayscale: #7F7F7F. Windows color (decimal): -9857970 or 5149801. OLE color: 5149801.

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

Color convert

RGB10514878-
CMYK0.2900.470.42
HSL96.86º30.97%44.31%-
HSV(B)96.86º47.3%58.04%-
XYZ17.7924.7311.04-
YUV127.16100.25112.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=31.72%
G=44.71%
B=23.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148780.2900.470.4296.8630.9744.31
Hex69944E1D02F2A611f2c
Octal15122411635057521413754
Binary1101001100101001001110111010101111101010110000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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