Html Css Color HEX #60958A Patina

📋 copy color: '#60958A'

red 96 ◦ green 149 ◦ blue 138

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

Shades of Patina #60958A

Tints of Patina #60958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 25.07%
G = 38.9%
B = 36.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#60958A (or 0x60958A) is known color: Patina. HEX triplet: 60, 95 and 8A. RGB value is (96,149,138). Sum of RGB (Red+Green+Blue) = 96+149+138=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #60958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60958A is #9F6A75. Grayscale: #838383. Windows color (decimal): -10447478 or 9082208. OLE color: 9082208.

HSL color Cylindrical-coordinate representation of color #60958A: hue angle of 167.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60958A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 138 -
CMYK 0.36 0 0.07 0.42
HSL 167.55º 0.22% 0.48% -
HSV(B) 167.55º 0.36% 0.58% -
XYZ 20.16 25.82 27.97 -
YUV 131.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 96 149 138 0.36 0 0.07 0.42 167.55 0.22 0.48
Hex 60 95 8A 24 0 7 2A A8 16 30
Octal 140 225 212 44 0 7 52 250 26 60
Binary 1100000 10010101 10001010 100100 0 111 101010 10101000 10110 110000

Color Harmonies of #60958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60958A

Black with #60958A

Text Example


Text Example

White with #60958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,149,138); }

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

background-color css

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

 a { background-color: rgb(96,149,138); }

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

border-color css

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

 span { border-color: rgb(96,149,138); }

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