Html Css Color HEX #657C68 Laurel

📋 copy color: '#657C68'

red 101 ◦ green 124 ◦ blue 104

#657C68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #657C68

Tints of Laurel #657C68

RGB

 RED value IS 101 (39.84% from 255) = 30.7%

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 30.7%
G = 37.69%
B = 31.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#657C68 (or 0x657C68) is known color: Laurel. HEX triplet: 65, 7C and 68. RGB value is (101,124,104). Sum of RGB (Red+Green+Blue) = 101+124+104=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #657C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C68 is #9A8397. Grayscale: #727272. Windows color (decimal): -10126232 or 6847589. OLE color: 6847589.

HSL color Cylindrical-coordinate representation of color #657C68: hue angle of 127.83º 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 #657C68 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 124 104 -
CMYK 0.19 0 0.16 0.51
HSL 127.83º 0.1% 0.44% -
HSV(B) 127.83º 0.19% 0.49% -
XYZ 15.07 18.18 15.81 -
YUV 114.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 101 124 104 0.19 0 0.16 0.51 127.83 0.1 0.44
Hex 65 7C 68 13 0 10 33 80 A 2C
Octal 145 174 150 23 0 20 63 200 12 54
Binary 1100101 1111100 1101000 10011 0 10000 110011 10000000 1010 101100

Color Harmonies of #657C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C68

Black with #657C68

Text Example


Text Example

White with #657C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #657C68;
 }
 .AnyTagClassName
 {
   color: #657C68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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