#66926A

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

Shades of Laurel #66926A

Tints of Laurel #66926A

Color information

#66926A (or 0x66926A) is unknown color: approx Laurel. HEX triplet: 66, 92 and 6A. RGB value is (102,146,106). Sum of RGB (Red+Green+Blue) = 102+146+106=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #66926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926A is #996D95. Grayscale: #808080. Windows color (decimal): -10055062 or 6984294. OLE color: 6984294.

HSL color Cylindrical-coordinate representation of color #66926A: hue angle of 125.45º 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 #66926A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB102146106-
CMYK0.3000.270.43
HSL125.45º17.74%48.63%-
HSV(B)125.45º30.14%57.25%-
XYZ18.3624.4217.38-
YUV128.28115.42109.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=28.81%
G=41.24%
B=29.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461060.3000.270.43125.4517.7448.63
Hex66926A1E01B2B7d1231
Octal14622215236033531752261
Binary110011010010010110101011110011011101011111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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