Html Css Color HEX #619783 Patina

📋 copy color: '#619783'

red 97 ◦ green 151 ◦ blue 131

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

Shades of Patina #619783

Tints of Patina #619783

RGB

 RED value IS 97 (38.28% from 255) = 25.59%

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

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

R = 25.59%
G = 39.84%
B = 34.56%

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

#619783 (or 0x619783) is known color: Patina. HEX triplet: 61, 97 and 83. RGB value is (97,151,131). Sum of RGB (Red+Green+Blue) = 97+151+131=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #619783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619783 is #9E687C. Grayscale: #848484. Windows color (decimal): -10381437 or 8623969. OLE color: 8623969.

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

Color convert

RGB 97 151 131 -
CMYK 0.36 0 0.13 0.41
HSL 157.78º 0.22% 0.49% -
HSV(B) 157.78º 0.36% 0.59% -
XYZ 20.09 26.31 25.49 -
YUV 132.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 97 151 131 0.36 0 0.13 0.41 157.78 0.22 0.49
Hex 61 97 83 24 0 D 29 9E 16 31
Octal 141 227 203 44 0 15 51 236 26 61
Binary 1100001 10010111 10000011 100100 0 1101 101001 10011110 10110 110001

Color Harmonies of #619783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619783

Black with #619783

Text Example


Text Example

White with #619783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619783; }

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

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

background-color css

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

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

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

border-color css

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

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

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