#658069

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

Shades of Laurel #658069

Tints of Laurel #658069

Color information

#658069 (or 0x658069) is unknown color: approx Laurel. HEX triplet: 65, 80 and 69. RGB value is (101,128,105). Sum of RGB (Red+Green+Blue) = 101+128+105=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #658069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658069 is #9A7F96. Grayscale: #757575. Windows color (decimal): -10125207 or 6914149. OLE color: 6914149.

HSL color Cylindrical-coordinate representation of color #658069: hue angle of 128.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #658069 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB101128105-
CMYK0.2100.180.50
HSL128.89º11.79%44.9%-
HSV(B)128.89º21.09%50.2%-
XYZ15.6419.2216.25-
YUV117.3121.05116.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=30.24%
G=38.32%
B=31.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011281050.2100.180.50128.8911.7944.9
Hex658069150123281c2d
Octal14520015125022622011455
Binary110010110000000110100110101010010110010100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658069; }

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

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

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

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

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

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

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

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