Html Css Color HEX #60947B Patina

📋 copy color: '#60947B'

red 96 ◦ green 148 ◦ blue 123

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

Shades of Patina #60947B

Tints of Patina #60947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 26.16%
G = 40.33%
B = 33.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#60947B (or 0x60947B) is known color: Patina. HEX triplet: 60, 94 and 7B. RGB value is (96,148,123). Sum of RGB (Red+Green+Blue) = 96+148+123=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #60947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60947B is #9F6B84. Grayscale: #818181. Windows color (decimal): -10447749 or 8098912. OLE color: 8098912.

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

Color convert

RGB 96 148 123 -
CMYK 0.35 0 0.17 0.42
HSL 151.15º 0.21% 0.48% -
HSV(B) 151.15º 0.35% 0.58% -
XYZ 18.99 25.1 22.58 -
YUV 129.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 96 148 123 0.35 0 0.17 0.42 151.15 0.21 0.48
Hex 60 94 7B 23 0 11 2A 97 15 30
Octal 140 224 173 43 0 21 52 227 25 60
Binary 1100000 10010100 1111011 100011 0 10001 101010 10010111 10101 110000

Color Harmonies of #60947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60947B

Black with #60947B

Text Example


Text Example

White with #60947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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