Html Css Color HEX #618881 Patina

📋 copy color: '#618881'

red 97 ◦ green 136 ◦ blue 129

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

Shades of Patina #618881

Tints of Patina #618881

RGB

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

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

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

R = 26.8%
G = 37.57%
B = 35.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#618881 (or 0x618881) is known color: Patina. HEX triplet: 61, 88 and 81. RGB value is (97,136,129). Sum of RGB (Red+Green+Blue) = 97+136+129=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #618881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618881 is #9E777E. Grayscale: #7B7B7B. Windows color (decimal): -10385279 or 8489057. OLE color: 8489057.

HSL color Cylindrical-coordinate representation of color #618881: hue angle of 169.23º 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 #618881 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 129 -
CMYK 0.29 0 0.05 0.47
HSL 169.23º 0.17% 0.46% -
HSV(B) 169.23º 0.29% 0.53% -
XYZ 17.7 21.73 24.03 -
YUV 123.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 97 136 129 0.29 0 0.05 0.47 169.23 0.17 0.46
Hex 61 88 81 1D 0 5 2F A9 11 2E
Octal 141 210 201 35 0 5 57 251 21 56
Binary 1100001 10001000 10000001 11101 0 101 101111 10101001 10001 101110

Color Harmonies of #618881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618881

Black with #618881

Text Example


Text Example

White with #618881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618881; }

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

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

background-color css

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

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

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

border-color css

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

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

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