#659B68

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

Shades of Laurel #659B68

Tints of Laurel #659B68

Color information

#659B68 (or 0x659B68) is unknown color: approx Laurel. HEX triplet: 65, 9B and 68. RGB value is (101,155,104). Sum of RGB (Red+Green+Blue) = 101+155+104=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #659B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B68 is #9A6497. Grayscale: #858585. Windows color (decimal): -10118296 or 6855525. OLE color: 6855525.

HSL color Cylindrical-coordinate representation of color #659B68: hue angle of 123.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B68 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB101155104-
CMYK0.3500.330.39
HSL123.33º21.26%50.2%-
HSV(B)123.33º34.84%60.78%-
XYZ19.5927.2117.32-
YUV133.04111.61105.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 155 (60.94% from 255) = 43.06%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=28.06%
G=43.06%
B=28.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011551040.3500.330.39123.3321.2650.2
Hex659B6823021277b1532
Octal14523315043041471732562
Binary11001011001101111010001000110100001100111111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B68; }

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

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

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

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

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

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

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

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