#699648

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

Shades of Glade Green #699648

Tints of Glade Green #699648

Color information

#699648 (or 0x699648) is unknown color: approx Glade Green. HEX triplet: 69, 96 and 48. RGB value is (105,150,72). Sum of RGB (Red+Green+Blue) = 105+150+72=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #699648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699648 is #9669B7. Grayscale: #7F7F7F. Windows color (decimal): -9857464 or 4757097. OLE color: 4757097.

HSL color Cylindrical-coordinate representation of color #699648: hue angle of 94.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699648 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB10515072-
CMYK0.3000.520.41
HSL94.62º35.14%43.53%-
HSV(B)94.62º52%58.82%-
XYZ17.925.2810.07-
YUV127.6596.59111.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=32.11%
G=45.87%
B=22.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150720.3000.520.4194.6235.1443.53
Hex6996481E034295f232c
Octal15122611036064511374354
Binary11010011001011010010001111001101001010011011111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699648; }

 p { color: rgb(105,150,72); }

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

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

 a { background-color: rgb(105,150,72); }

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

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

 span { border-color: rgb(105,150,72); }

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