Html Css Color HEX #619685 Patina

📋 copy color: '#619685'

red 97 ◦ green 150 ◦ blue 133

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

Shades of Patina #619685

Tints of Patina #619685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 25.53%
G = 39.47%
B = 35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#619685 (or 0x619685) is known color: Patina. HEX triplet: 61, 96 and 85. RGB value is (97,150,133). Sum of RGB (Red+Green+Blue) = 97+150+133=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #619685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619685 is #9E697A. Grayscale: #848484. Windows color (decimal): -10381691 or 8754785. OLE color: 8754785.

HSL color Cylindrical-coordinate representation of color #619685: hue angle of 160.75º 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 #619685 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 133 -
CMYK 0.35 0 0.11 0.41
HSL 160.75º 0.21% 0.48% -
HSV(B) 160.75º 0.35% 0.59% -
XYZ 20.07 26.05 26.16 -
YUV 132.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 97 150 133 0.35 0 0.11 0.41 160.75 0.21 0.48
Hex 61 96 85 23 0 B 29 A1 15 30
Octal 141 226 205 43 0 13 51 241 25 60
Binary 1100001 10010110 10000101 100011 0 1011 101001 10100001 10101 110000

Color Harmonies of #619685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619685

Black with #619685

Text Example


Text Example

White with #619685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619685; }

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

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

background-color css

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

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

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

border-color css

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

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

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