#679248

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

Shades of Glade Green #679248

Tints of Glade Green #679248

Color information

#679248 (or 0x679248) is unknown color: approx Glade Green. HEX triplet: 67, 92 and 48. RGB value is (103,146,72). Sum of RGB (Red+Green+Blue) = 103+146+72=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #679248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679248 is #986DB7. Grayscale: #7C7C7C. Windows color (decimal): -9989560 or 4756071. OLE color: 4756071.

HSL color Cylindrical-coordinate representation of color #679248: hue angle of 94.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #679248 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB10314672-
CMYK0.2900.510.43
HSL94.86º33.94%42.75%-
HSV(B)94.86º50.68%57.25%-
XYZ17.0423.919.85-
YUV124.7198.25112.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=32.09%
G=45.48%
B=22.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103146720.2900.510.4394.8633.9442.75
Hex6792481D0332B5f222b
Octal14722211035063531374253
Binary11001111001001010010001110101100111010111011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679248; }

 p { color: rgb(103,146,72); }

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

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

 a { background-color: rgb(103,146,72); }

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

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

 span { border-color: rgb(103,146,72); }

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