Html Css Color HEX #618D7F Patina

📋 copy color: '#618D7F'

red 97 ◦ green 141 ◦ blue 127

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

Shades of Patina #618D7F

Tints of Patina #618D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 26.58%
G = 38.63%
B = 34.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#618D7F (or 0x618D7F) is known color: Patina. HEX triplet: 61, 8D and 7F. RGB value is (97,141,127). Sum of RGB (Red+Green+Blue) = 97+141+127=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #618D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D7F is #9E7280. Grayscale: #7E7E7E. Windows color (decimal): -10384001 or 8359265. OLE color: 8359265.

HSL color Cylindrical-coordinate representation of color #618D7F: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D7F is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 127 -
CMYK 0.31 0 0.10 0.45
HSL 160.91º 0.18% 0.47% -
HSV(B) 160.91º 0.31% 0.55% -
XYZ 18.29 23.12 23.58 -
YUV 126.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 97 141 127 0.31 0 0.10 0.45 160.91 0.18 0.47
Hex 61 8D 7F 1F 0 A 2D A1 12 2F
Octal 141 215 177 37 0 12 55 241 22 57
Binary 1100001 10001101 1111111 11111 0 1010 101101 10100001 10010 101111

Color Harmonies of #618D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D7F

Black with #618D7F

Text Example


Text Example

White with #618D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D7F; }

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

 H1.HeaderClassName
 {
   color: #618D7F;
 }
 .AnyTagClassName
 {
   color: #618D7F;
 }
</style>

background-color css

<style>
 a { background-color: #618D7F; }

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

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

border-color css

<style>
 span { border-color: #618D7F; }

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

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