#66835D

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

Shades of Hippie Green #66835D

Tints of Hippie Green #66835D

Color information

#66835D (or 0x66835D) is unknown color: approx Hippie Green. HEX triplet: 66, 83 and 5D. RGB value is (102,131,93). Sum of RGB (Red+Green+Blue) = 102+131+93=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #66835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66835D is #997CA2. Grayscale: #767676. Windows color (decimal): -10058915 or 6128486. OLE color: 6128486.

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

Color convert

RGB10213193-
CMYK0.2200.290.49
HSL105.79º16.96%43.92%-
HSV(B)105.79º29.01%51.37%-
XYZ15.5719.8513.37-
YUV118113.89116.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=31.29%
G=40.18%
B=28.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131930.2200.290.49105.7916.9643.92
Hex66835D1601D316a112c
Octal14620313526035611522154
Binary110011010000011101110110110011101110001110101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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