Html Css Color HEX #60988A Patina

📋 copy color: '#60988A'

red 96 ◦ green 152 ◦ blue 138

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

Shades of Patina #60988A

Tints of Patina #60988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 24.87%
G = 39.38%
B = 35.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#60988A (or 0x60988A) is known color: Patina. HEX triplet: 60, 98 and 8A. RGB value is (96,152,138). Sum of RGB (Red+Green+Blue) = 96+152+138=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #60988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60988A is #9F6775. Grayscale: #858585. Windows color (decimal): -10446710 or 9082976. OLE color: 9082976.

HSL color Cylindrical-coordinate representation of color #60988A: hue angle of 165º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60988A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 138 -
CMYK 0.37 0 0.09 0.40
HSL 165º 0.23% 0.49% -
HSV(B) 165º 0.37% 0.6% -
XYZ 20.64 26.78 28.13 -
YUV 133.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 96 152 138 0.37 0 0.09 0.40 165 0.23 0.49
Hex 60 98 8A 25 0 9 28 A5 17 31
Octal 140 230 212 45 0 11 50 245 27 61
Binary 1100000 10011000 10001010 100101 0 1001 101000 10100101 10111 110001

Color Harmonies of #60988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60988A

Black with #60988A

Text Example


Text Example

White with #60988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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