#658F6C

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

Shades of Laurel #658F6C

Tints of Laurel #658F6C

Color information

#658F6C (or 0x658F6C) is unknown color: approx Laurel. HEX triplet: 65, 8F and 6C. RGB value is (101,143,108). Sum of RGB (Red+Green+Blue) = 101+143+108=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #658F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F6C is #9A7093. Grayscale: #7E7E7E. Windows color (decimal): -10121364 or 7114597. OLE color: 7114597.

HSL color Cylindrical-coordinate representation of color #658F6C: hue angle of 130º 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 #658F6C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB101143108-
CMYK0.2900.240.44
HSL130º17.21%47.84%-
HSV(B)130º29.37%56.08%-
XYZ17.923.4917.78-
YUV126.45117.59109.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=28.69%
G=40.62%
B=30.68%

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
Decimal1011431080.2900.240.4413017.2147.84
Hex658F6C1D0182C821130
Octal14521715435030542022160
Binary1100101100011111101100111010110001011001000001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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