Html Css Color HEX #60977B Patina

📋 copy color: '#60977B'

red 96 ◦ green 151 ◦ blue 123

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

Shades of Patina #60977B

Tints of Patina #60977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 25.95%
G = 40.81%
B = 33.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#60977B (or 0x60977B) is known color: Patina. HEX triplet: 60, 97 and 7B. RGB value is (96,151,123). Sum of RGB (Red+Green+Blue) = 96+151+123=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #60977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977B is #9F6884. Grayscale: #838383. Windows color (decimal): -10446981 or 8099680. OLE color: 8099680.

HSL color Cylindrical-coordinate representation of color #60977B: hue angle of 149.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60977B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 123 -
CMYK 0.36 0 0.19 0.41
HSL 149.45º 0.22% 0.48% -
HSV(B) 149.45º 0.36% 0.59% -
XYZ 19.47 26.05 22.74 -
YUV 131.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 96 151 123 0.36 0 0.19 0.41 149.45 0.22 0.48
Hex 60 97 7B 24 0 13 29 95 16 30
Octal 140 227 173 44 0 23 51 225 26 60
Binary 1100000 10010111 1111011 100100 0 10011 101001 10010101 10110 110000

Color Harmonies of #60977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60977B

Black with #60977B

Text Example


Text Example

White with #60977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,151,123); }

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

background-color css

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

 a { background-color: rgb(96,151,123); }

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

border-color css

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

 span { border-color: rgb(96,151,123); }

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