Html Css Color HEX #60916A Laurel

📋 copy color: '#60916A'

red 96 ◦ green 145 ◦ blue 106

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

Shades of Laurel #60916A

Tints of Laurel #60916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

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

R = 27.67%
G = 41.79%
B = 30.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#60916A (or 0x60916A) is known color: Laurel. HEX triplet: 60, 91 and 6A. RGB value is (96,145,106). Sum of RGB (Red+Green+Blue) = 96+145+106=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #60916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60916A is #9F6E95. Grayscale: #7E7E7E. Windows color (decimal): -10448534 or 6984032. OLE color: 6984032.

HSL color Cylindrical-coordinate representation of color #60916A: hue angle of 132.24º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60916A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 106 -
CMYK 0.34 0 0.27 0.43
HSL 132.24º 0.2% 0.47% -
HSV(B) 132.24º 0.34% 0.57% -
XYZ 17.55 23.78 17.3 -
YUV 125.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 96 145 106 0.34 0 0.27 0.43 132.24 0.2 0.47
Hex 60 91 6A 22 0 1B 2B 84 14 2F
Octal 140 221 152 42 0 33 53 204 24 57
Binary 1100000 10010001 1101010 100010 0 11011 101011 10000100 10100 101111

Color Harmonies of #60916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60916A

Black with #60916A

Text Example


Text Example

White with #60916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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