Html Css Color HEX #618B81 Patina

📋 copy color: '#618B81'

red 97 ◦ green 139 ◦ blue 129

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

Shades of Patina #618B81

Tints of Patina #618B81

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 26.58%
G = 38.08%
B = 35.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#618B81 (or 0x618B81) is known color: Patina. HEX triplet: 61, 8B and 81. RGB value is (97,139,129). Sum of RGB (Red+Green+Blue) = 97+139+129=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #618B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B81 is #9E747E. Grayscale: #7D7D7D. Windows color (decimal): -10384511 or 8489825. OLE color: 8489825.

HSL color Cylindrical-coordinate representation of color #618B81: hue angle of 165.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B81 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 129 -
CMYK 0.30 0 0.07 0.45
HSL 165.71º 0.18% 0.46% -
HSV(B) 165.71º 0.3% 0.55% -
XYZ 18.12 22.59 24.17 -
YUV 125.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 97 139 129 0.30 0 0.07 0.45 165.71 0.18 0.46
Hex 61 8B 81 1E 0 7 2D A6 12 2E
Octal 141 213 201 36 0 7 55 246 22 56
Binary 1100001 10001011 10000001 11110 0 111 101101 10100110 10010 101110

Color Harmonies of #618B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B81

Black with #618B81

Text Example


Text Example

White with #618B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,129); }

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

background-color css

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

 a { background-color: rgb(97,139,129); }

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

border-color css

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

 span { border-color: rgb(97,139,129); }

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