#658169

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

Shades of Laurel #658169

Tints of Laurel #658169

Color information

#658169 (or 0x658169) is unknown color: approx Laurel. HEX triplet: 65, 81 and 69. RGB value is (101,129,105). Sum of RGB (Red+Green+Blue) = 101+129+105=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #658169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658169 is #9A7E96. Grayscale: #757575. Windows color (decimal): -10124951 or 6914405. OLE color: 6914405.

HSL color Cylindrical-coordinate representation of color #658169: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #658169 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB101129105-
CMYK0.2200.190.49
HSL128.57º12.17%45.1%-
HSV(B)128.57º21.71%50.59%-
XYZ15.7719.4916.29-
YUV117.89120.72115.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=30.15%
G=38.51%
B=31.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011291050.2200.190.49128.5712.1745.1
Hex658169160133181c2d
Octal14520115126023612011455
Binary110010110000001110100110110010011110001100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658169; }

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

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

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

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

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

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

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

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