#6B865A

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

Shades of Glade Green #6B865A

Tints of Glade Green #6B865A

Color information

#6B865A (or 0x6B865A) is unknown color: approx Glade Green. HEX triplet: 6B, 86 and 5A. RGB value is (107,134,90). Sum of RGB (Red+Green+Blue) = 107+134+90=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #6B865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B865A is #9479A5. Grayscale: #797979. Windows color (decimal): -9730470 or 5932651. OLE color: 5932651.

HSL color Cylindrical-coordinate representation of color #6B865A: hue angle of 96.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B865A is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB10713490-
CMYK0.2000.330.47
HSL96.82º19.64%43.92%-
HSV(B)96.82º32.84%52.55%-
XYZ16.4320.9112.84-
YUV120.91110.55118.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=32.33%
G=40.48%
B=27.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134900.2000.330.4796.8219.6443.92
Hex6B865A140212F61142c
Octal15320613224041571412454
Binary1101011100001101011010101000100001101111110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,90); }

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

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

 a { background-color: rgb(107,134,90); }

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

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

 span { border-color: rgb(107,134,90); }

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