Html Css Color HEX #609783 Patina

📋 copy color: '#609783'

red 96 ◦ green 151 ◦ blue 131

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

Shades of Patina #609783

Tints of Patina #609783

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

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

R = 25.4%
G = 39.95%
B = 34.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#609783 (or 0x609783) is known color: Patina. HEX triplet: 60, 97 and 83. RGB value is (96,151,131). Sum of RGB (Red+Green+Blue) = 96+151+131=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #609783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609783 is #9F687C. Grayscale: #848484. Windows color (decimal): -10446973 or 8623968. OLE color: 8623968.

HSL color Cylindrical-coordinate representation of color #609783: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609783 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 131 -
CMYK 0.36 0 0.13 0.41
HSL 158.18º 0.22% 0.48% -
HSV(B) 158.18º 0.36% 0.59% -
XYZ 19.99 26.26 25.49 -
YUV 132.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 96 151 131 0.36 0 0.13 0.41 158.18 0.22 0.48
Hex 60 97 83 24 0 D 29 9E 16 30
Octal 140 227 203 44 0 15 51 236 26 60
Binary 1100000 10010111 10000011 100100 0 1101 101001 10011110 10110 110000

Color Harmonies of #609783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609783

Black with #609783

Text Example


Text Example

White with #609783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609783; }

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

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

background-color css

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

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

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

border-color css

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

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

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