Html Css Color HEX #60948A Patina

📋 copy color: '#60948A'

red 96 ◦ green 148 ◦ blue 138

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

Shades of Patina #60948A

Tints of Patina #60948A

RGB

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

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

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

R = 25.13%
G = 38.74%
B = 36.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#60948A (or 0x60948A) is known color: Patina. HEX triplet: 60, 94 and 8A. RGB value is (96,148,138). Sum of RGB (Red+Green+Blue) = 96+148+138=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #60948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60948A is #9F6B75. Grayscale: #838383. Windows color (decimal): -10447734 or 9081952. OLE color: 9081952.

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

Color convert

RGB 96 148 138 -
CMYK 0.35 0 0.07 0.42
HSL 168.46º 0.21% 0.48% -
HSV(B) 168.46º 0.35% 0.58% -
XYZ 20 25.5 27.91 -
YUV 131.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 96 148 138 0.35 0 0.07 0.42 168.46 0.21 0.48
Hex 60 94 8A 23 0 7 2A A8 15 30
Octal 140 224 212 43 0 7 52 250 25 60
Binary 1100000 10010100 10001010 100011 0 111 101010 10101000 10101 110000

Color Harmonies of #60948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60948A

Black with #60948A

Text Example


Text Example

White with #60948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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