Html Css Color HEX #60928A Patina

📋 copy color: '#60928A'

red 96 ◦ green 146 ◦ blue 138

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

Shades of Patina #60928A

Tints of Patina #60928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 25.26%
G = 38.42%
B = 36.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#60928A (or 0x60928A) is known color: Patina. HEX triplet: 60, 92 and 8A. RGB value is (96,146,138). Sum of RGB (Red+Green+Blue) = 96+146+138=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #60928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928A is #9F6D75. Grayscale: #828282. Windows color (decimal): -10448246 or 9081440. OLE color: 9081440.

HSL color Cylindrical-coordinate representation of color #60928A: hue angle of 170.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60928A is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 138 -
CMYK 0.34 0 0.05 0.43
HSL 170.4º 0.21% 0.47% -
HSV(B) 170.4º 0.34% 0.57% -
XYZ 19.69 24.88 27.81 -
YUV 130.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 96 146 138 0.34 0 0.05 0.43 170.4 0.21 0.47
Hex 60 92 8A 22 0 5 2B AA 15 2F
Octal 140 222 212 42 0 5 53 252 25 57
Binary 1100000 10010010 10001010 100010 0 101 101011 10101010 10101 101111

Color Harmonies of #60928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60928A

Black with #60928A

Text Example


Text Example

White with #60928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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