Html Css Color HEX #61987D Patina

📋 copy color: '#61987D'

red 97 ◦ green 152 ◦ blue 125

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

Shades of Patina #61987D

Tints of Patina #61987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 25.94%
G = 40.64%
B = 33.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#61987D (or 0x61987D) is known color: Patina. HEX triplet: 61, 98 and 7D. RGB value is (97,152,125). Sum of RGB (Red+Green+Blue) = 97+152+125=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #61987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987D is #9E6782. Grayscale: #848484. Windows color (decimal): -10381187 or 8231009. OLE color: 8231009.

HSL color Cylindrical-coordinate representation of color #61987D: hue angle of 150.55º 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 #61987D is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 125 -
CMYK 0.36 0 0.18 0.40
HSL 150.55º 0.22% 0.49% -
HSV(B) 150.55º 0.36% 0.6% -
XYZ 19.86 26.48 23.47 -
YUV 132.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 97 152 125 0.36 0 0.18 0.40 150.55 0.22 0.49
Hex 61 98 7D 24 0 12 28 97 16 31
Octal 141 230 175 44 0 22 50 227 26 61
Binary 1100001 10011000 1111101 100100 0 10010 101000 10010111 10110 110001

Color Harmonies of #61987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61987D

Black with #61987D

Text Example


Text Example

White with #61987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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