#658469

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

Shades of Laurel #658469

Tints of Laurel #658469

Color information

#658469 (or 0x658469) is unknown color: approx Laurel. HEX triplet: 65, 84 and 69. RGB value is (101,132,105). Sum of RGB (Red+Green+Blue) = 101+132+105=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #658469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658469 is #9A7B96. Grayscale: #777777. Windows color (decimal): -10124183 or 6915173. OLE color: 6915173.

HSL color Cylindrical-coordinate representation of color #658469: hue angle of 127.74º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658469 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB101132105-
CMYK0.2300.200.48
HSL127.74º13.3%45.69%-
HSV(B)127.74º23.48%51.76%-
XYZ16.1720.2916.43-
YUV119.65119.73114.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=29.88%
G=39.05%
B=31.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321050.2300.200.48127.7413.345.69
Hex658469170143080d2e
Octal14520415127024602001556
Binary110010110000100110100110111010100110000100000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658469; }

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

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

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

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

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

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

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

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