Html Css Color HEX #609283 Patina

📋 copy color: '#609283'

red 96 ◦ green 146 ◦ blue 131

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

Shades of Patina #609283

Tints of Patina #609283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 25.74%
G = 39.14%
B = 35.12%

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

#609283 (or 0x609283) is known color: Patina. HEX triplet: 60, 92 and 83. RGB value is (96,146,131). Sum of RGB (Red+Green+Blue) = 96+146+131=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #609283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609283 is #9F6D7C. Grayscale: #818181. Windows color (decimal): -10448253 or 8622688. OLE color: 8622688.

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

Color convert

RGB 96 146 131 -
CMYK 0.34 0 0.10 0.43
HSL 162º 0.21% 0.47% -
HSV(B) 162º 0.34% 0.57% -
XYZ 19.2 24.68 25.23 -
YUV 129.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 96 146 131 0.34 0 0.10 0.43 162 0.21 0.47
Hex 60 92 83 22 0 A 2B A2 15 2F
Octal 140 222 203 42 0 12 53 242 25 57
Binary 1100000 10010010 10000011 100010 0 1010 101011 10100010 10101 101111

Color Harmonies of #609283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609283

Black with #609283

Text Example


Text Example

White with #609283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609283; }

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

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

background-color css

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

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

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

border-color css

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

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

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