#658A6D

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

Shades of Laurel #658A6D

Tints of Laurel #658A6D

Color information

#658A6D (or 0x658A6D) is unknown color: approx Laurel. HEX triplet: 65, 8A and 6D. RGB value is (101,138,109). Sum of RGB (Red+Green+Blue) = 101+138+109=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #658A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A6D is #9A7592. Grayscale: #7B7B7B. Windows color (decimal): -10122643 or 7178853. OLE color: 7178853.

HSL color Cylindrical-coordinate representation of color #658A6D: hue angle of 132.97º 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 #658A6D is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB101138109-
CMYK0.2700.210.46
HSL132.97º15.48%46.86%-
HSV(B)132.97º26.81%54.12%-
XYZ17.2222.0517.82-
YUV123.63119.74111.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=29.02%
G=39.66%
B=31.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011381090.2700.210.46132.9715.4846.86
Hex658A6D1B0152E85f2f
Octal14521215533025562051757
Binary110010110001010110110111011010101101110100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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