#66926D

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

Shades of Laurel #66926D

Tints of Laurel #66926D

Color information

#66926D (or 0x66926D) is unknown color: approx Laurel. HEX triplet: 66, 92 and 6D. RGB value is (102,146,109). Sum of RGB (Red+Green+Blue) = 102+146+109=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #66926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926D is #996D92. Grayscale: #808080. Windows color (decimal): -10055059 or 7180902. OLE color: 7180902.

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

Color convert

RGB102146109-
CMYK0.3000.250.43
HSL129.55º17.74%48.63%-
HSV(B)129.55º30.14%57.25%-
XYZ18.5224.4918.22-
YUV128.63116.92109.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=28.57%
G=40.90%
B=30.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461090.3000.250.43129.5517.7448.63
Hex66926D1E0192B821231
Octal14622215536031532022261
Binary1100110100100101101101111100110011010111000001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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