#65864F

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

Shades of Glade Green #65864F

Tints of Glade Green #65864F

Color information

#65864F (or 0x65864F) is unknown color: approx Glade Green. HEX triplet: 65, 86 and 4F. RGB value is (101,134,79). Sum of RGB (Red+Green+Blue) = 101+134+79=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #65864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65864F is #9A79B0. Grayscale: #767676. Windows color (decimal): -10123697 or 5211749. OLE color: 5211749.

HSL color Cylindrical-coordinate representation of color #65864F: hue angle of 96º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65864F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB10113479-
CMYK0.2500.410.47
HSL96º25.82%41.76%-
HSV(B)96º41.04%52.55%-
XYZ15.320.3810.52-
YUV117.86106.07115.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=32.17%
G=42.68%
B=25.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134790.2500.410.479625.8241.76
Hex65864F190292F601a2a
Octal14520611731051571403252
Binary1100101100001101001111110010101001101111110000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65864F; }

 p { color: rgb(101,134,79); }

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

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

 a { background-color: rgb(101,134,79); }

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

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

 span { border-color: rgb(101,134,79); }

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