#61928A

Color #61928A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #61928A

Tints of Patina #61928A

Color information

#61928A (or 0x61928A) is unknown color: approx Patina. HEX triplet: 61, 92 and 8A. RGB value is (97,146,138). Sum of RGB (Red+Green+Blue) = 97+146+138=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #61928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61928A is #9E6D75. Grayscale: #828282. Windows color (decimal): -10382710 or 9081441. OLE color: 9081441.

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

Color convert

RGB97146138-
CMYK0.3400.050.43
HSL170.2º20.16%47.65%-
HSV(B)170.2º33.56%57.25%-
XYZ19.824.9327.81-
YUV130.44132.27104.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=25.46%
G=38.32%
B=36.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461380.3400.050.43170.220.1647.65
Hex61928A22052Baa1430
Octal1412222124205532522460
Binary1100001100100101000101010001001011010111010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61928A;
 }
 .AnyTagClassName
 {
   color: #61928A;
 }
</style>
background-color css

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

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

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

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

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

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