Html Css Color HEX #618D85 Patina

📋 copy color: '#618D85'

red 97 ◦ green 141 ◦ blue 133

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

Shades of Patina #618D85

Tints of Patina #618D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 26.15%
G = 38.01%
B = 35.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#618D85 (or 0x618D85) is known color: Patina. HEX triplet: 61, 8D and 85. RGB value is (97,141,133). Sum of RGB (Red+Green+Blue) = 97+141+133=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #618D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D85 is #9E727A. Grayscale: #7E7E7E. Windows color (decimal): -10383995 or 8752481. OLE color: 8752481.

HSL color Cylindrical-coordinate representation of color #618D85: hue angle of 169.09º 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 #618D85 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 133 -
CMYK 0.31 0 0.06 0.45
HSL 169.09º 0.18% 0.47% -
HSV(B) 169.09º 0.31% 0.55% -
XYZ 18.69 23.28 25.7 -
YUV 126.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 97 141 133 0.31 0 0.06 0.45 169.09 0.18 0.47
Hex 61 8D 85 1F 0 6 2D A9 12 2F
Octal 141 215 205 37 0 6 55 251 22 57
Binary 1100001 10001101 10000101 11111 0 110 101101 10101001 10010 101111

Color Harmonies of #618D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D85

Black with #618D85

Text Example


Text Example

White with #618D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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