Html Css Color HEX #60946A Laurel

📋 copy color: '#60946A'

red 96 ◦ green 148 ◦ blue 106

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

Shades of Laurel #60946A

Tints of Laurel #60946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 27.43%
G = 42.29%
B = 30.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#60946A (or 0x60946A) is known color: Laurel. HEX triplet: 60, 94 and 6A. RGB value is (96,148,106). Sum of RGB (Red+Green+Blue) = 96+148+106=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #60946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946A is #9F6B95. Grayscale: #7F7F7F. Windows color (decimal): -10447766 or 6984800. OLE color: 6984800.

HSL color Cylindrical-coordinate representation of color #60946A: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60946A is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 106 -
CMYK 0.35 0 0.28 0.42
HSL 131.54º 0.21% 0.48% -
HSV(B) 131.54º 0.35% 0.58% -
XYZ 18.02 24.71 17.46 -
YUV 127.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 96 148 106 0.35 0 0.28 0.42 131.54 0.21 0.48
Hex 60 94 6A 23 0 1C 2A 84 15 30
Octal 140 224 152 43 0 34 52 204 25 60
Binary 1100000 10010100 1101010 100011 0 11100 101010 10000100 10101 110000

Color Harmonies of #60946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60946A

Black with #60946A

Text Example


Text Example

White with #60946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60946A; }

 p { color: rgb(96,148,106); }

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

background-color css

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

 a { background-color: rgb(96,148,106); }

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

border-color css

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

 span { border-color: rgb(96,148,106); }

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