Html Css Color HEX #618880 Patina

📋 copy color: '#618880'

red 97 ◦ green 136 ◦ blue 128

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

Shades of Patina #618880

Tints of Patina #618880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 26.87%
G = 37.67%
B = 35.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#618880 (or 0x618880) is known color: Patina. HEX triplet: 61, 88 and 80. RGB value is (97,136,128). Sum of RGB (Red+Green+Blue) = 97+136+128=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #618880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618880 is #9E777F. Grayscale: #7B7B7B. Windows color (decimal): -10385280 or 8423521. OLE color: 8423521.

HSL color Cylindrical-coordinate representation of color #618880: hue angle of 167.69º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618880 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 128 -
CMYK 0.29 0 0.06 0.47
HSL 167.69º 0.17% 0.46% -
HSV(B) 167.69º 0.29% 0.53% -
XYZ 17.63 21.71 23.68 -
YUV 123.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 97 136 128 0.29 0 0.06 0.47 167.69 0.17 0.46
Hex 61 88 80 1D 0 6 2F A8 11 2E
Octal 141 210 200 35 0 6 57 250 21 56
Binary 1100001 10001000 10000000 11101 0 110 101111 10101000 10001 101110

Color Harmonies of #618880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618880

Black with #618880

Text Example


Text Example

White with #618880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618880; }

 p { color: rgb(97,136,128); }

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

background-color css

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

 a { background-color: rgb(97,136,128); }

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

border-color css

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

 span { border-color: rgb(97,136,128); }

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