#658F6D

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

Shades of Laurel #658F6D

Tints of Laurel #658F6D

Color information

#658F6D (or 0x658F6D) is unknown color: approx Laurel. HEX triplet: 65, 8F and 6D. RGB value is (101,143,109). Sum of RGB (Red+Green+Blue) = 101+143+109=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #658F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F6D is #9A7092. Grayscale: #7E7E7E. Windows color (decimal): -10121363 or 7180133. OLE color: 7180133.

HSL color Cylindrical-coordinate representation of color #658F6D: hue angle of 131.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658F6D is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB101143109-
CMYK0.2900.240.44
HSL131.43º17.21%47.84%-
HSV(B)131.43º29.37%56.08%-
XYZ17.9523.5218.06-
YUV126.57118.09109.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=28.61%
G=40.51%
B=30.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011431090.2900.240.44131.4317.2147.84
Hex658F6D1D0182C831130
Octal14521715535030542032160
Binary1100101100011111101101111010110001011001000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,143,109); }

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

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

 a { background-color: rgb(101,143,109); }

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

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

 span { border-color: rgb(101,143,109); }

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