Html Css Color HEX #619983 Patina

📋 copy color: '#619983'

red 97 ◦ green 153 ◦ blue 131

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

Shades of Patina #619983

Tints of Patina #619983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 25.46%
G = 40.16%
B = 34.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#619983 (or 0x619983) is known color: Patina. HEX triplet: 61, 99 and 83. RGB value is (97,153,131). Sum of RGB (Red+Green+Blue) = 97+153+131=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #619983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619983 is #9E667C. Grayscale: #858585. Windows color (decimal): -10380925 or 8624481. OLE color: 8624481.

HSL color Cylindrical-coordinate representation of color #619983: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619983 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 131 -
CMYK 0.37 0 0.14 0.4
HSL 156.43º 0.22% 0.49% -
HSV(B) 156.43º 0.37% 0.6% -
XYZ 20.42 26.96 25.6 -
YUV 133.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 97 153 131 0.37 0 0.14 0.4 156.43 0.22 0.49
Hex 61 99 83 25 0 E 28 9C 16 31
Octal 141 231 203 45 0 16 50 234 26 61
Binary 1100001 10011001 10000011 100101 0 1110 101000 10011100 10110 110001

Color Harmonies of #619983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619983

Black with #619983

Text Example


Text Example

White with #619983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619983; }

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

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

background-color css

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

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

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

border-color css

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

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

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