Html Css Color HEX #60936A Laurel

📋 copy color: '#60936A'

red 96 ◦ green 147 ◦ blue 106

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

Shades of Laurel #60936A

Tints of Laurel #60936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.12%

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

R = 27.51%
G = 42.12%
B = 30.37%

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

#60936A (or 0x60936A) is known color: Laurel. HEX triplet: 60, 93 and 6A. RGB value is (96,147,106). Sum of RGB (Red+Green+Blue) = 96+147+106=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #60936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936A is #9F6C95. Grayscale: #7F7F7F. Windows color (decimal): -10448022 or 6984544. OLE color: 6984544.

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

Color convert

RGB 96 147 106 -
CMYK 0.35 0 0.28 0.42
HSL 131.76º 0.21% 0.48% -
HSV(B) 131.76º 0.35% 0.58% -
XYZ 17.86 24.39 17.4 -
YUV 127.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 96 147 106 0.35 0 0.28 0.42 131.76 0.21 0.48
Hex 60 93 6A 23 0 1C 2A 84 15 30
Octal 140 223 152 43 0 34 52 204 25 60
Binary 1100000 10010011 1101010 100011 0 11100 101010 10000100 10101 110000

Color Harmonies of #60936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60936A

Black with #60936A

Text Example


Text Example

White with #60936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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