#658668

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

Shades of Laurel #658668

Tints of Laurel #658668

Color information

#658668 (or 0x658668) is unknown color: approx Laurel. HEX triplet: 65, 86 and 68. RGB value is (101,134,104). Sum of RGB (Red+Green+Blue) = 101+134+104=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #658668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658668 is #9A7997. Grayscale: #787878. Windows color (decimal): -10123672 or 6850149. OLE color: 6850149.

HSL color Cylindrical-coordinate representation of color #658668: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658668 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB101134104-
CMYK0.2500.220.47
HSL125.45º14.04%46.08%-
HSV(B)125.45º24.63%52.55%-
XYZ16.3920.8216.25-
YUV120.71118.57113.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=29.79%
G=39.53%
B=30.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341040.2500.220.47125.4514.0446.08
Hex658668190162F7de2e
Octal14520615031026571751656
Binary11001011000011011010001100101011010111111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658668; }

 p { color: rgb(101,134,104); }

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

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

 a { background-color: rgb(101,134,104); }

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

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

 span { border-color: rgb(101,134,104); }

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