Html Css Color HEX #61987F Patina

📋 copy color: '#61987F'

red 97 ◦ green 152 ◦ blue 127

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

Shades of Patina #61987F

Tints of Patina #61987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 25.8%
G = 40.43%
B = 33.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#61987F (or 0x61987F) is known color: Patina. HEX triplet: 61, 98 and 7F. RGB value is (97,152,127). Sum of RGB (Red+Green+Blue) = 97+152+127=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #61987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987F is #9E6780. Grayscale: #848484. Windows color (decimal): -10381185 or 8362081. OLE color: 8362081.

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

Color convert

RGB 97 152 127 -
CMYK 0.36 0 0.16 0.40
HSL 152.73º 0.22% 0.49% -
HSV(B) 152.73º 0.36% 0.6% -
XYZ 19.99 26.53 24.15 -
YUV 132.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 97 152 127 0.36 0 0.16 0.40 152.73 0.22 0.49
Hex 61 98 7F 24 0 10 28 99 16 31
Octal 141 230 177 44 0 20 50 231 26 61
Binary 1100001 10011000 1111111 100100 0 10000 101000 10011001 10110 110001

Color Harmonies of #61987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61987F

Black with #61987F

Text Example


Text Example

White with #61987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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