#6B8F50

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

Shades of Glade Green #6B8F50

Tints of Glade Green #6B8F50

Color information

#6B8F50 (or 0x6B8F50) is unknown color: approx Glade Green. HEX triplet: 6B, 8F and 50. RGB value is (107,143,80). Sum of RGB (Red+Green+Blue) = 107+143+80=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F50 is #9470AF. Grayscale: #7D7D7D. Windows color (decimal): -9728176 or 5279595. OLE color: 5279595.

HSL color Cylindrical-coordinate representation of color #6B8F50: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B8F50 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB10714380-
CMYK0.2500.440.44
HSL94.29º28.25%43.73%-
HSV(B)94.29º44.06%56.08%-
XYZ17.3323.3511.18-
YUV125.05102.57115.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=32.42%
G=43.33%
B=24.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107143800.2500.440.4494.2928.2543.73
Hex6B8F501902C2C5e1c2c
Octal15321712031054541363454
Binary1101011100011111010000110010101100101100101111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8F50; }

 p { color: rgb(107,143,80); }

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

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

 a { background-color: rgb(107,143,80); }

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

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

 span { border-color: rgb(107,143,80); }

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