#658A66

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

Shades of Laurel #658A66

Tints of Laurel #658A66

Color information

#658A66 (or 0x658A66) is unknown color: approx Laurel. HEX triplet: 65, 8A and 66. RGB value is (101,138,102). Sum of RGB (Red+Green+Blue) = 101+138+102=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #658A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A66 is #9A7599. Grayscale: #7A7A7A. Windows color (decimal): -10122650 or 6720101. OLE color: 6720101.

HSL color Cylindrical-coordinate representation of color #658A66: hue angle of 121.62º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A66 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB101138102-
CMYK0.2700.260.46
HSL121.62º15.48%46.86%-
HSV(B)121.62º26.81%54.12%-
XYZ16.8521.915.91-
YUV122.83116.24112.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=29.62%
G=40.47%
B=29.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011381020.2700.260.46121.6215.4846.86
Hex658A661B01A2E7af2f
Octal14521214633032561721757
Binary11001011000101011001101101101101010111011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658A66; }

 p { color: rgb(101,138,102); }

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

<style>
 a { background-color: #658A66; }

 a { background-color: rgb(101,138,102); }

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

<style>
 span { border-color: #658A66; }

 span { border-color: rgb(101,138,102); }

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