#69954E

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

Shades of Glade Green #69954E

Tints of Glade Green #69954E

Color information

#69954E (or 0x69954E) is unknown color: approx Glade Green. HEX triplet: 69, 95 and 4E. RGB value is (105,149,78). Sum of RGB (Red+Green+Blue) = 105+149+78=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #69954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69954E is #966AB1. Grayscale: #7F7F7F. Windows color (decimal): -9857714 or 5150057. OLE color: 5150057.

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

Color convert

RGB10514978-
CMYK0.3000.480.42
HSL97.18º31.28%44.51%-
HSV(B)97.18º47.65%58.43%-
XYZ17.9525.0511.1-
YUV127.7599.92111.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=31.63%
G=44.88%
B=23.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149780.3000.480.4297.1831.2844.51
Hex69954E1E0302A611f2d
Octal15122511636060521413755
Binary1101001100101011001110111100110000101010110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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