Html Css Color HEX #657866 Laurel

📋 copy color: '#657866'

red 101 ◦ green 120 ◦ blue 102

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

Shades of Laurel #657866

Tints of Laurel #657866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 31.27%
G = 37.15%
B = 31.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#657866 (or 0x657866) is known color: Laurel. HEX triplet: 65, 78 and 66. RGB value is (101,120,102). Sum of RGB (Red+Green+Blue) = 101+120+102=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #657866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657866 is #9A8799. Grayscale: #707070. Windows color (decimal): -10127258 or 6715493. OLE color: 6715493.

HSL color Cylindrical-coordinate representation of color #657866: hue angle of 123.16º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #657866 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 120 102 -
CMYK 0.16 0 0.15 0.53
HSL 123.16º 0.09% 0.43% -
HSV(B) 123.16º 0.16% 0.47% -
XYZ 14.48 17.16 15.12 -
YUV 112.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 101 120 102 0.16 0 0.15 0.53 123.16 0.09 0.43
Hex 65 78 66 10 0 F 35 7B 9 2B
Octal 145 170 146 20 0 17 65 173 11 53
Binary 1100101 1111000 1100110 10000 0 1111 110101 1111011 1001 101011

Color Harmonies of #657866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657866

Black with #657866

Text Example


Text Example

White with #657866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657866; }

 p { color: rgb(101,120,102); }

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

background-color css

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

 a { background-color: rgb(101,120,102); }

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

border-color css

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

 span { border-color: rgb(101,120,102); }

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