#6B8D55

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

Shades of Glade Green #6B8D55

Tints of Glade Green #6B8D55

Color information

#6B8D55 (or 0x6B8D55) is unknown color: approx Glade Green. HEX triplet: 6B, 8D and 55. RGB value is (107,141,85). Sum of RGB (Red+Green+Blue) = 107+141+85=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D55 is #9472AA. Grayscale: #7C7C7C. Windows color (decimal): -9728683 or 5606763. OLE color: 5606763.

HSL color Cylindrical-coordinate representation of color #6B8D55: hue angle of 96.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B8D55 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB10714185-
CMYK0.2400.400.45
HSL96.43º24.78%44.31%-
HSV(B)96.43º39.72%55.29%-
XYZ17.2322.8312.09-
YUV124.45105.74115.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=32.13%
G=42.34%
B=25.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141850.2400.400.4596.4324.7844.31
Hex6B8D55180282D60192c
Octal15321512530050551403154
Binary1101011100011011010101110000101000101101110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,85); }

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

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

 a { background-color: rgb(107,141,85); }

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

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

 span { border-color: rgb(107,141,85); }

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