Html Css Color HEX #60906C Laurel

📋 copy color: '#60906C'

red 96 ◦ green 144 ◦ blue 108

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

Shades of Laurel #60906C

Tints of Laurel #60906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#60906C (or 0x60906C) is known color: Laurel. HEX triplet: 60, 90 and 6C. RGB value is (96,144,108). Sum of RGB (Red+Green+Blue) = 96+144+108=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #60906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60906C is #9F6F93. Grayscale: #7D7D7D. Windows color (decimal): -10448788 or 7114848. OLE color: 7114848.

HSL color Cylindrical-coordinate representation of color #60906C: hue angle of 135º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60906C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 108 -
CMYK 0.33 0 0.25 0.44
HSL 135º 0.2% 0.47% -
HSV(B) 135º 0.33% 0.56% -
XYZ 17.5 23.52 17.8 -
YUV 125.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 96 144 108 0.33 0 0.25 0.44 135 0.2 0.47
Hex 60 90 6C 21 0 19 2C 87 14 2F
Octal 140 220 154 41 0 31 54 207 24 57
Binary 1100000 10010000 1101100 100001 0 11001 101100 10000111 10100 101111

Color Harmonies of #60906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60906C

Black with #60906C

Text Example


Text Example

White with #60906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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