Html Css Color HEX #60946B Laurel

📋 copy color: '#60946B'

red 96 ◦ green 148 ◦ blue 107

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

Shades of Laurel #60946B

Tints of Laurel #60946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 27.35%
G = 42.17%
B = 30.48%

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

#60946B (or 0x60946B) is known color: Laurel. HEX triplet: 60, 94 and 6B. RGB value is (96,148,107). Sum of RGB (Red+Green+Blue) = 96+148+107=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #60946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946B is #9F6B94. Grayscale: #7F7F7F. Windows color (decimal): -10447765 or 7050336. OLE color: 7050336.

HSL color Cylindrical-coordinate representation of color #60946B: hue angle of 132.69º 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 #60946B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 107 -
CMYK 0.35 0 0.28 0.42
HSL 132.69º 0.21% 0.48% -
HSV(B) 132.69º 0.35% 0.58% -
XYZ 18.07 24.73 17.73 -
YUV 127.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 96 148 107 0.35 0 0.28 0.42 132.69 0.21 0.48
Hex 60 94 6B 23 0 1C 2A 85 15 30
Octal 140 224 153 43 0 34 52 205 25 60
Binary 1100000 10010100 1101011 100011 0 11100 101010 10000101 10101 110000

Color Harmonies of #60946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60946B

Black with #60946B

Text Example


Text Example

White with #60946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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