#657C69

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

Shades of Laurel #657C69

Tints of Laurel #657C69

Color information

#657C69 (or 0x657C69) is unknown color: approx Laurel. HEX triplet: 65, 7C and 69. RGB value is (101,124,105). Sum of RGB (Red+Green+Blue) = 101+124+105=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #657C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C69 is #9A8396. Grayscale: #737373. Windows color (decimal): -10126231 or 6913125. OLE color: 6913125.

HSL color Cylindrical-coordinate representation of color #657C69: hue angle of 130.43º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657C69 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB101124105-
CMYK0.1900.150.51
HSL130.43º10.22%44.12%-
HSV(B)130.43º18.55%48.63%-
XYZ15.1218.216.08-
YUV114.96122.38118.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=30.61%
G=37.58%
B=31.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011241050.1900.150.51130.4310.2244.12
Hex657C69130F3382a2c
Octal14517415123017632021254
Binary1100101111110011010011001101111110011100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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