#699453

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

Shades of Glade Green #699453

Tints of Glade Green #699453

Color information

#699453 (or 0x699453) is unknown color: approx Glade Green. HEX triplet: 69, 94 and 53. RGB value is (105,148,83). Sum of RGB (Red+Green+Blue) = 105+148+83=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #699453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699453 is #966BAC. Grayscale: #7F7F7F. Windows color (decimal): -9857965 or 5477481. OLE color: 5477481.

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

Color convert

RGB10514883-
CMYK0.2900.440.42
HSL99.69º28.14%45.29%-
HSV(B)99.69º43.92%58.04%-
XYZ17.9824.8112.02-
YUV127.73102.75111.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=31.25%
G=44.05%
B=24.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148830.2900.440.4299.6928.1445.29
Hex6994531D02C2A641c2d
Octal15122412335054521443455
Binary1101001100101001010011111010101100101010110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699453; }

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

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

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

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

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

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

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

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