Html Css Color HEX #609182 Patina

📋 copy color: '#609182'

red 96 ◦ green 145 ◦ blue 130

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

Shades of Patina #609182

Tints of Patina #609182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 25.88%
G = 39.08%
B = 35.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#609182 (or 0x609182) is known color: Patina. HEX triplet: 60, 91 and 82. RGB value is (96,145,130). Sum of RGB (Red+Green+Blue) = 96+145+130=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #609182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609182 is #9F6E7D. Grayscale: #808080. Windows color (decimal): -10448510 or 8556896. OLE color: 8556896.

HSL color Cylindrical-coordinate representation of color #609182: hue angle of 161.63º degrees, saturation: 0.2, 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 #609182 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 130 -
CMYK 0.34 0 0.10 0.43
HSL 161.63º 0.2% 0.47% -
HSV(B) 161.63º 0.34% 0.57% -
XYZ 18.98 24.35 24.82 -
YUV 128.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 96 145 130 0.34 0 0.10 0.43 161.63 0.2 0.47
Hex 60 91 82 22 0 A 2B A2 14 2F
Octal 140 221 202 42 0 12 53 242 24 57
Binary 1100000 10010001 10000010 100010 0 1010 101011 10100010 10100 101111

Color Harmonies of #609182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609182

Black with #609182

Text Example


Text Example

White with #609182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609182; }

 p { color: rgb(96,145,130); }

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

background-color css

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

 a { background-color: rgb(96,145,130); }

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

border-color css

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

 span { border-color: rgb(96,145,130); }

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