Html Css Color HEX #60988B Patina

📋 copy color: '#60988B'

red 96 ◦ green 152 ◦ blue 139

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

Shades of Patina #60988B

Tints of Patina #60988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 24.81%
G = 39.28%
B = 35.92%

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

#60988B (or 0x60988B) is known color: Patina. HEX triplet: 60, 98 and 8B. RGB value is (96,152,139). Sum of RGB (Red+Green+Blue) = 96+152+139=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #60988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60988B is #9F6774. Grayscale: #858585. Windows color (decimal): -10446709 or 9148512. OLE color: 9148512.

HSL color Cylindrical-coordinate representation of color #60988B: hue angle of 166.07º 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 #60988B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 139 -
CMYK 0.37 0 0.09 0.40
HSL 166.07º 0.23% 0.49% -
HSV(B) 166.07º 0.37% 0.6% -
XYZ 20.71 26.81 28.51 -
YUV 133.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 96 152 139 0.37 0 0.09 0.40 166.07 0.23 0.49
Hex 60 98 8B 25 0 9 28 A6 17 31
Octal 140 230 213 45 0 11 50 246 27 61
Binary 1100000 10011000 10001011 100101 0 1001 101000 10100110 10111 110001

Color Harmonies of #60988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60988B

Black with #60988B

Text Example


Text Example

White with #60988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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