#657F68

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

Shades of Laurel #657F68

Tints of Laurel #657F68

Color information

#657F68 (or 0x657F68) is unknown color: approx Laurel. HEX triplet: 65, 7F and 68. RGB value is (101,127,104). Sum of RGB (Red+Green+Blue) = 101+127+104=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #657F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F68 is #9A8097. Grayscale: #747474. Windows color (decimal): -10125464 or 6848357. OLE color: 6848357.

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

Color convert

RGB101127104-
CMYK0.2000.180.50
HSL126.92º11.4%44.71%-
HSV(B)126.92º20.47%49.8%-
XYZ15.4518.9415.94-
YUV116.6120.89116.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=30.42%
G=38.25%
B=31.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011271040.2000.180.50126.9211.444.71
Hex657F6814012327fb2d
Octal14517715024022621771355
Binary1100101111111111010001010001001011001011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657F68; }

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

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

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

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

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

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

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

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