Html Css Color HEX #60936B Laurel

📋 copy color: '#60936B'

red 96 ◦ green 147 ◦ blue 107

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

Shades of Laurel #60936B

Tints of Laurel #60936B

RGB

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

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

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

R = 27.43%
G = 42%
B = 30.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#60936B (or 0x60936B) is known color: Laurel. HEX triplet: 60, 93 and 6B. RGB value is (96,147,107). Sum of RGB (Red+Green+Blue) = 96+147+107=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #60936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60936B is #9F6C94. Grayscale: #7F7F7F. Windows color (decimal): -10448021 or 7050080. OLE color: 7050080.

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

Color convert

RGB 96 147 107 -
CMYK 0.35 0 0.27 0.42
HSL 132.94º 0.21% 0.48% -
HSV(B) 132.94º 0.35% 0.58% -
XYZ 17.91 24.42 17.68 -
YUV 127.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 96 147 107 0.35 0 0.27 0.42 132.94 0.21 0.48
Hex 60 93 6B 23 0 1B 2A 85 15 30
Octal 140 223 153 43 0 33 52 205 25 60
Binary 1100000 10010011 1101011 100011 0 11011 101010 10000101 10101 110000

Color Harmonies of #60936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60936B

Black with #60936B

Text Example


Text Example

White with #60936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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