Html Css Color HEX #618F88 Patina

📋 copy color: '#618F88'

red 97 ◦ green 143 ◦ blue 136

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

Shades of Patina #618F88

Tints of Patina #618F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 25.8%
G = 38.03%
B = 36.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#618F88 (or 0x618F88) is known color: Patina. HEX triplet: 61, 8F and 88. RGB value is (97,143,136). Sum of RGB (Red+Green+Blue) = 97+143+136=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #618F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618F88 is #9E7077. Grayscale: #808080. Windows color (decimal): -10383480 or 8949601. OLE color: 8949601.

HSL color Cylindrical-coordinate representation of color #618F88: hue angle of 170.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618F88 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 136 -
CMYK 0.32 0 0.05 0.44
HSL 170.87º 0.19% 0.47% -
HSV(B) 170.87º 0.32% 0.56% -
XYZ 19.2 23.96 26.91 -
YUV 128.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 97 143 136 0.32 0 0.05 0.44 170.87 0.19 0.47
Hex 61 8F 88 20 0 5 2C AB 13 2F
Octal 141 217 210 40 0 5 54 253 23 57
Binary 1100001 10001111 10001000 100000 0 101 101100 10101011 10011 101111

Color Harmonies of #618F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F88

Black with #618F88

Text Example


Text Example

White with #618F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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