#66926C

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

Shades of Laurel #66926C

Tints of Laurel #66926C

Color information

#66926C (or 0x66926C) is unknown color: approx Laurel. HEX triplet: 66, 92 and 6C. RGB value is (102,146,108). Sum of RGB (Red+Green+Blue) = 102+146+108=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #66926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926C is #996D93. Grayscale: #808080. Windows color (decimal): -10055060 or 7115366. OLE color: 7115366.

HSL color Cylindrical-coordinate representation of color #66926C: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66926C is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB102146108-
CMYK0.3000.260.43
HSL128.18º17.74%48.63%-
HSV(B)128.18º30.14%57.25%-
XYZ18.4724.4717.94-
YUV128.51116.42109.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=28.65%
G=41.01%
B=30.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461080.3000.260.43128.1817.7448.63
Hex66926C1E01A2B801231
Octal14622215436032532002261
Binary1100110100100101101100111100110101010111000000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66926C; }

 p { color: rgb(102,146,108); }

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

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

 a { background-color: rgb(102,146,108); }

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

<style>
 span { border-color: #66926C; }

 span { border-color: rgb(102,146,108); }

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