Html Css Color HEX #61987E Patina

📋 copy color: '#61987E'

red 97 ◦ green 152 ◦ blue 126

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

Shades of Patina #61987E

Tints of Patina #61987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 25.87%
G = 40.53%
B = 33.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#61987E (or 0x61987E) is known color: Patina. HEX triplet: 61, 98 and 7E. RGB value is (97,152,126). Sum of RGB (Red+Green+Blue) = 97+152+126=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #61987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987E is #9E6781. Grayscale: #848484. Windows color (decimal): -10381186 or 8296545. OLE color: 8296545.

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

Color convert

RGB 97 152 126 -
CMYK 0.36 0 0.17 0.40
HSL 151.64º 0.22% 0.49% -
HSV(B) 151.64º 0.36% 0.6% -
XYZ 19.92 26.5 23.8 -
YUV 132.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 97 152 126 0.36 0 0.17 0.40 151.64 0.22 0.49
Hex 61 98 7E 24 0 11 28 98 16 31
Octal 141 230 176 44 0 21 50 230 26 61
Binary 1100001 10011000 1111110 100100 0 10001 101000 10011000 10110 110001

Color Harmonies of #61987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61987E

Black with #61987E

Text Example


Text Example

White with #61987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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