Html Css Color HEX #61998F Patina

📋 copy color: '#61998F'

red 97 ◦ green 153 ◦ blue 143

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

Shades of Patina #61998F

Tints of Patina #61998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 24.68%
G = 38.93%
B = 36.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#61998F (or 0x61998F) is known color: Patina. HEX triplet: 61, 99 and 8F. RGB value is (97,153,143). Sum of RGB (Red+Green+Blue) = 97+153+143=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #61998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61998F is #9E6670. Grayscale: #878787. Windows color (decimal): -10380913 or 9410913. OLE color: 9410913.

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

Color convert

RGB 97 153 143 -
CMYK 0.37 0 0.07 0.4
HSL 169.29º 0.22% 0.49% -
HSV(B) 169.29º 0.37% 0.6% -
XYZ 21.28 27.31 30.14 -
YUV 135.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 97 153 143 0.37 0 0.07 0.4 169.29 0.22 0.49
Hex 61 99 8F 25 0 7 28 A9 16 31
Octal 141 231 217 45 0 7 50 251 26 61
Binary 1100001 10011001 10001111 100101 0 111 101000 10101001 10110 110001

Color Harmonies of #61998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61998F

Black with #61998F

Text Example


Text Example

White with #61998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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