Html Css Color HEX #61998D Patina

📋 copy color: '#61998D'

red 97 ◦ green 153 ◦ blue 141

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

Shades of Patina #61998D

Tints of Patina #61998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 24.81%
G = 39.13%
B = 36.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#61998D (or 0x61998D) is known color: Patina. HEX triplet: 61, 99 and 8D. RGB value is (97,153,141). Sum of RGB (Red+Green+Blue) = 97+153+141=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #61998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998D is #9E6672. Grayscale: #868686. Windows color (decimal): -10380915 or 9279841. OLE color: 9279841.

HSL color Cylindrical-coordinate representation of color #61998D: hue angle of 167.14º 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 #61998D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 141 -
CMYK 0.37 0 0.08 0.4
HSL 167.14º 0.22% 0.49% -
HSV(B) 167.14º 0.37% 0.6% -
XYZ 21.13 27.25 29.34 -
YUV 134.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 97 153 141 0.37 0 0.08 0.4 167.14 0.22 0.49
Hex 61 99 8D 25 0 8 28 A7 16 31
Octal 141 231 215 45 0 10 50 247 26 61
Binary 1100001 10011001 10001101 100101 0 1000 101000 10100111 10110 110001

Color Harmonies of #61998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61998D

Black with #61998D

Text Example


Text Example

White with #61998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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