#659069

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

Shades of Laurel #659069

Tints of Laurel #659069

Color information

#659069 (or 0x659069) is unknown color: approx Laurel. HEX triplet: 65, 90 and 69. RGB value is (101,144,105). Sum of RGB (Red+Green+Blue) = 101+144+105=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #659069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659069 is #9A6F96. Grayscale: #7E7E7E. Windows color (decimal): -10121111 or 6918245. OLE color: 6918245.

HSL color Cylindrical-coordinate representation of color #659069: hue angle of 125.58º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659069 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB101144105-
CMYK0.3000.270.44
HSL125.58º17.55%48.04%-
HSV(B)125.58º29.86%56.47%-
XYZ17.8923.7317-
YUV126.7115.75109.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=28.86%
G=41.14%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441050.3000.270.44125.5817.5548.04
Hex6590691E01B2C7e1230
Octal14522015136033541762260
Binary110010110010000110100111110011011101100111111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659069; }

 p { color: rgb(101,144,105); }

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

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

 a { background-color: rgb(101,144,105); }

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

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

 span { border-color: rgb(101,144,105); }

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