#658A6F

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

Shades of Laurel #658A6F

Tints of Laurel #658A6F

Color information

#658A6F (or 0x658A6F) is unknown color: approx Laurel. HEX triplet: 65, 8A and 6F. RGB value is (101,138,111). Sum of RGB (Red+Green+Blue) = 101+138+111=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #658A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A6F is #9A7590. Grayscale: #7B7B7B. Windows color (decimal): -10122641 or 7309925. OLE color: 7309925.

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

Color convert

RGB101138111-
CMYK0.2700.200.46
HSL136.22º15.48%46.86%-
HSV(B)136.22º26.81%54.12%-
XYZ17.3222.0918.39-
YUV123.86120.74111.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=28.86%
G=39.43%
B=31.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011381110.2700.200.46136.2215.4846.86
Hex658A6F1B0142E88f2f
Octal14521215733024562101757
Binary110010110001010110111111011010100101110100010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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