Html Css Color HEX #60896C Laurel

📋 copy color: '#60896C'

red 96 ◦ green 137 ◦ blue 108

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

Shades of Laurel #60896C

Tints of Laurel #60896C

RGB

 RED value IS 96 (37.89% from 255) = 28.15%

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 28.15%
G = 40.18%
B = 31.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#60896C (or 0x60896C) is known color: Laurel. HEX triplet: 60, 89 and 6C. RGB value is (96,137,108). Sum of RGB (Red+Green+Blue) = 96+137+108=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #60896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60896C is #9F7693. Grayscale: #797979. Windows color (decimal): -10450580 or 7113056. OLE color: 7113056.

HSL color Cylindrical-coordinate representation of color #60896C: hue angle of 137.56º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60896C is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 108 -
CMYK 0.30 0 0.21 0.46
HSL 137.56º 0.18% 0.46% -
HSV(B) 137.56º 0.3% 0.54% -
XYZ 16.48 21.46 17.46 -
YUV 121.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 96 137 108 0.30 0 0.21 0.46 137.56 0.18 0.46
Hex 60 89 6C 1E 0 15 2E 8A 12 2E
Octal 140 211 154 36 0 25 56 212 22 56
Binary 1100000 10001001 1101100 11110 0 10101 101110 10001010 10010 101110

Color Harmonies of #60896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60896C

Black with #60896C

Text Example


Text Example

White with #60896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60896C; }

 p { color: rgb(96,137,108); }

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

background-color css

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

 a { background-color: rgb(96,137,108); }

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

border-color css

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

 span { border-color: rgb(96,137,108); }

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