#658468

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

Shades of Laurel #658468

Tints of Laurel #658468

Color information

#658468 (or 0x658468) is unknown color: approx Laurel. HEX triplet: 65, 84 and 68. RGB value is (101,132,104). Sum of RGB (Red+Green+Blue) = 101+132+104=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #658468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658468 is #9A7B97. Grayscale: #777777. Windows color (decimal): -10124184 or 6849637. OLE color: 6849637.

HSL color Cylindrical-coordinate representation of color #658468: hue angle of 125.81º 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 #658468 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB101132104-
CMYK0.2300.210.48
HSL125.81º13.3%45.69%-
HSV(B)125.81º23.48%51.76%-
XYZ16.1220.2716.16-
YUV119.54119.23114.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=29.97%
G=39.17%
B=30.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321040.2300.210.48125.8113.345.69
Hex65846817015307ed2e
Octal14520415027025601761556
Binary11001011000010011010001011101010111000011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658468; }

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

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

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

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

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

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

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

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