#679550

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

Shades of Glade Green #679550

Tints of Glade Green #679550

Color information

#679550 (or 0x679550) is unknown color: approx Glade Green. HEX triplet: 67, 95 and 50. RGB value is (103,149,80). Sum of RGB (Red+Green+Blue) = 103+149+80=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #679550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679550 is #986AAF. Grayscale: #7F7F7F. Windows color (decimal): -9988784 or 5281127. OLE color: 5281127.

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

Color convert

RGB10314980-
CMYK0.3100.460.42
HSL100º30.13%44.9%-
HSV(B)100º46.31%58.43%-
XYZ17.7924.9611.47-
YUV127.38101.26110.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=31.02%
G=44.88%
B=24.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103149800.3100.460.4210030.1344.9
Hex6795501F02E2A641e2d
Octal14722512037056521443655
Binary1100111100101011010000111110101110101010110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679550; }

 p { color: rgb(103,149,80); }

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

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

 a { background-color: rgb(103,149,80); }

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

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

 span { border-color: rgb(103,149,80); }

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