Html Css Color HEX #60927A Patina

📋 copy color: '#60927A'

red 96 ◦ green 146 ◦ blue 122

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

Shades of Patina #60927A

Tints of Patina #60927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 26.37%
G = 40.11%
B = 33.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#60927A (or 0x60927A) is known color: Patina. HEX triplet: 60, 92 and 7A. RGB value is (96,146,122). Sum of RGB (Red+Green+Blue) = 96+146+122=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #60927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927A is #9F6D85. Grayscale: #808080. Windows color (decimal): -10448262 or 8032864. OLE color: 8032864.

HSL color Cylindrical-coordinate representation of color #60927A: hue angle of 151.2º 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 #60927A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 122 -
CMYK 0.34 0 0.16 0.43
HSL 151.2º 0.21% 0.47% -
HSV(B) 151.2º 0.34% 0.57% -
XYZ 18.62 24.45 22.15 -
YUV 128.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 96 146 122 0.34 0 0.16 0.43 151.2 0.21 0.47
Hex 60 92 7A 22 0 10 2B 97 15 2F
Octal 140 222 172 42 0 20 53 227 25 57
Binary 1100000 10010010 1111010 100010 0 10000 101011 10010111 10101 101111

Color Harmonies of #60927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60927A

Black with #60927A

Text Example


Text Example

White with #60927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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