#66835a

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

Shades of Glade Green #66835A

Tints of Glade Green #66835A

Color information

#66835A (or 0x66835A) is unknown color: approx Glade Green. HEX triplet: 66, 83 and 5A. RGB value is (102,131,90). Sum of RGB (Red+Green+Blue) = 102+131+90=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #66835A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66835A is #997CA5. Grayscale: #757575. Windows color (decimal): -10058918 or 5931878. OLE color: 5931878.

HSL color Cylindrical-coordinate representation of color #66835A: hue angle of 102.44º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66835A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB10213190-
CMYK0.2200.310.49
HSL102.44º18.55%43.33%-
HSV(B)102.44º31.3%51.37%-
XYZ15.4419.812.68-
YUV117.65112.39116.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=31.58%
G=40.56%
B=27.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131900.2200.310.49102.4418.5543.33
Hex66835A1601F3166132b
Octal14620313226037611462353
Binary110011010000011101101010110011111110001110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66835a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66835a; }

 p { color: rgb(102,131,90); }

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

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

 a { background-color: rgb(102,131,90); }

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

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

 span { border-color: rgb(102,131,90); }

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