#69914C

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

Shades of Glade Green #69914C

Tints of Glade Green #69914C

Color information

#69914C (or 0x69914C) is unknown color: approx Glade Green. HEX triplet: 69, 91 and 4C. RGB value is (105,145,76). Sum of RGB (Red+Green+Blue) = 105+145+76=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #69914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69914C is #966EB3. Grayscale: #7D7D7D. Windows color (decimal): -9858740 or 5017961. OLE color: 5017961.

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

Color convert

RGB10514576-
CMYK0.2800.480.43
HSL94.78º31.22%43.33%-
HSV(B)94.78º47.59%56.86%-
XYZ17.2623.7810.52-
YUV125.17100.25113.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=32.21%
G=44.48%
B=23.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145760.2800.480.4394.7831.2243.33
Hex69914C1C0302B5f1f2b
Octal15122111434060531373753
Binary1101001100100011001100111000110000101011101111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69914C; }

 p { color: rgb(105,145,76); }

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

<style>
 a { background-color: #69914C; }

 a { background-color: rgb(105,145,76); }

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

<style>
 span { border-color: #69914C; }

 span { border-color: rgb(105,145,76); }

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