#66956E

Color #66956E Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #66956E

Tints of Laurel #66956E

Color information

#66956E (or 0x66956E) is unknown color: approx Laurel. HEX triplet: 66, 95 and 6E. RGB value is (102,149,110). Sum of RGB (Red+Green+Blue) = 102+149+110=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #66956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66956E is #996A91. Grayscale: #828282. Windows color (decimal): -10054290 or 7247206. OLE color: 7247206.

HSL color Cylindrical-coordinate representation of color #66956E: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66956E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB102149110-
CMYK0.3200.260.42
HSL130.21º18.73%49.22%-
HSV(B)130.21º31.54%58.43%-
XYZ19.0425.4518.66-
YUV130.5116.43107.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=28.25%
G=41.27%
B=30.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491100.3200.260.42130.2118.7349.22
Hex66956E2001A2A821331
Octal14622515640032522022361
Binary11001101001010111011101000000110101010101000001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66956E; }

 p { color: rgb(102,149,110); }

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

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

 a { background-color: rgb(102,149,110); }

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

<style>
 span { border-color: #66956E; }

 span { border-color: rgb(102,149,110); }

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