Html Css Color HEX #658868 Laurel

📋 copy color: '#658868'

red 101 ◦ green 136 ◦ blue 104

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

Shades of Laurel #658868

Tints of Laurel #658868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

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

R = 29.62%
G = 39.88%
B = 30.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#658868 (or 0x658868) is known color: Laurel. HEX triplet: 65, 88 and 68. RGB value is (101,136,104). Sum of RGB (Red+Green+Blue) = 101+136+104=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #658868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658868 is #9A7797. Grayscale: #797979. Windows color (decimal): -10123160 or 6850661. OLE color: 6850661.

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

Color convert

RGB 101 136 104 -
CMYK 0.26 0 0.24 0.47
HSL 125.14º 0.15% 0.46% -
HSV(B) 125.14º 0.26% 0.53% -
XYZ 16.67 21.37 16.34 -
YUV 121.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 101 136 104 0.26 0 0.24 0.47 125.14 0.15 0.46
Hex 65 88 68 1A 0 18 2F 7D F 2E
Octal 145 210 150 32 0 30 57 175 17 56
Binary 1100101 10001000 1101000 11010 0 11000 101111 1111101 1111 101110

Color Harmonies of #658868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658868

Black with #658868

Text Example


Text Example

White with #658868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658868; }

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

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

background-color css

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

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

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

border-color css

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

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

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