Html Css Color HEX #619683 Patina

📋 copy color: '#619683'

red 97 ◦ green 150 ◦ blue 131

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

Shades of Patina #619683

Tints of Patina #619683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

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

R = 25.66%
G = 39.68%
B = 34.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#619683 (or 0x619683) is known color: Patina. HEX triplet: 61, 96 and 83. RGB value is (97,150,131). Sum of RGB (Red+Green+Blue) = 97+150+131=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #619683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619683 is #9E697C. Grayscale: #848484. Windows color (decimal): -10381693 or 8623713. OLE color: 8623713.

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

Color convert

RGB 97 150 131 -
CMYK 0.35 0 0.13 0.41
HSL 158.49º 0.21% 0.48% -
HSV(B) 158.49º 0.35% 0.59% -
XYZ 19.93 25.99 25.44 -
YUV 131.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 97 150 131 0.35 0 0.13 0.41 158.49 0.21 0.48
Hex 61 96 83 23 0 D 29 9E 15 30
Octal 141 226 203 43 0 15 51 236 25 60
Binary 1100001 10010110 10000011 100011 0 1101 101001 10011110 10101 110000

Color Harmonies of #619683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619683

Black with #619683

Text Example


Text Example

White with #619683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619683; }

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

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

background-color css

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

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

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

border-color css

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

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

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