#658B66

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

Shades of Laurel #658B66

Tints of Laurel #658B66

Color information

#658B66 (or 0x658B66) is unknown color: approx Laurel. HEX triplet: 65, 8B and 66. RGB value is (101,139,102). Sum of RGB (Red+Green+Blue) = 101+139+102=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #658B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B66 is #9A7499. Grayscale: #7B7B7B. Windows color (decimal): -10122394 or 6720357. OLE color: 6720357.

HSL color Cylindrical-coordinate representation of color #658B66: hue angle of 121.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B66 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB101139102-
CMYK0.2700.270.45
HSL121.58º15.83%47.06%-
HSV(B)121.58º27.34%54.51%-
XYZ1722.1915.96-
YUV123.42115.91112.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=29.53%
G=40.64%
B=29.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011391020.2700.270.45121.5815.8347.06
Hex658B661B01B2D7a102f
Octal14521314633033551722057
Binary110010110001011110011011011011011101101111101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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