Html Css Color HEX #609382 Patina

📋 copy color: '#609382'

red 96 ◦ green 147 ◦ blue 130

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

Shades of Patina #609382

Tints of Patina #609382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 25.74%
G = 39.41%
B = 34.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#609382 (or 0x609382) is known color: Patina. HEX triplet: 60, 93 and 82. RGB value is (96,147,130). Sum of RGB (Red+Green+Blue) = 96+147+130=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #609382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609382 is #9F6C7D. Grayscale: #818181. Windows color (decimal): -10447998 or 8557408. OLE color: 8557408.

HSL color Cylindrical-coordinate representation of color #609382: hue angle of 160º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609382 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 130 -
CMYK 0.35 0 0.12 0.42
HSL 160º 0.21% 0.48% -
HSV(B) 160º 0.35% 0.58% -
XYZ 19.29 24.97 24.92 -
YUV 129.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 96 147 130 0.35 0 0.12 0.42 160 0.21 0.48
Hex 60 93 82 23 0 C 2A A0 15 30
Octal 140 223 202 43 0 14 52 240 25 60
Binary 1100000 10010011 10000010 100011 0 1100 101010 10100000 10101 110000

Color Harmonies of #609382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609382

Black with #609382

Text Example


Text Example

White with #609382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609382; }

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

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

background-color css

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

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

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

border-color css

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

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

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