Html Css Color HEX #658668 Laurel

📋 copy color: '#658668'

red 101 ◦ green 134 ◦ blue 104

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

Shades of Laurel #658668

Tints of Laurel #658668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 29.79%
G = 39.53%
B = 30.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#658668 (or 0x658668) is known color: Laurel. HEX triplet: 65, 86 and 68. RGB value is (101,134,104). Sum of RGB (Red+Green+Blue) = 101+134+104=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #658668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658668 is #9A7997. Grayscale: #787878. Windows color (decimal): -10123672 or 6850149. OLE color: 6850149.

HSL color Cylindrical-coordinate representation of color #658668: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658668 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 104 -
CMYK 0.25 0 0.22 0.47
HSL 125.45º 0.14% 0.46% -
HSV(B) 125.45º 0.25% 0.53% -
XYZ 16.39 20.82 16.25 -
YUV 120.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 101 134 104 0.25 0 0.22 0.47 125.45 0.14 0.46
Hex 65 86 68 19 0 16 2F 7D E 2E
Octal 145 206 150 31 0 26 57 175 16 56
Binary 1100101 10000110 1101000 11001 0 10110 101111 1111101 1110 101110

Color Harmonies of #658668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658668

Black with #658668

Text Example


Text Example

White with #658668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658668; }

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

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

background-color css

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

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

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

border-color css

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

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

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