Html Css Color HEX #61988F Patina

📋 copy color: '#61988F'

red 97 ◦ green 152 ◦ blue 143

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

Shades of Patina #61988F

Tints of Patina #61988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 24.74%
G = 38.78%
B = 36.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#61988F (or 0x61988F) is known color: Patina. HEX triplet: 61, 98 and 8F. RGB value is (97,152,143). Sum of RGB (Red+Green+Blue) = 97+152+143=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #61988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988F is #9E6770. Grayscale: #868686. Windows color (decimal): -10381169 or 9410657. OLE color: 9410657.

HSL color Cylindrical-coordinate representation of color #61988F: hue angle of 170.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61988F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 143 -
CMYK 0.36 0 0.06 0.40
HSL 170.18º 0.22% 0.49% -
HSV(B) 170.18º 0.36% 0.6% -
XYZ 21.12 26.98 30.08 -
YUV 134.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 97 152 143 0.36 0 0.06 0.40 170.18 0.22 0.49
Hex 61 98 8F 24 0 6 28 AA 16 31
Octal 141 230 217 44 0 6 50 252 26 61
Binary 1100001 10011000 10001111 100100 0 110 101000 10101010 10110 110001

Color Harmonies of #61988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61988F

Black with #61988F

Text Example


Text Example

White with #61988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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