Html Css Color HEX #618F85 Patina

📋 copy color: '#618F85'

red 97 ◦ green 143 ◦ blue 133

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

Shades of Patina #618F85

Tints of Patina #618F85

RGB

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

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

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

R = 26.01%
G = 38.34%
B = 35.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#618F85 (or 0x618F85) is known color: Patina. HEX triplet: 61, 8F and 85. RGB value is (97,143,133). Sum of RGB (Red+Green+Blue) = 97+143+133=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #618F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618F85 is #9E707A. Grayscale: #808080. Windows color (decimal): -10383483 or 8752993. OLE color: 8752993.

HSL color Cylindrical-coordinate representation of color #618F85: hue angle of 166.96º 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 #618F85 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 133 -
CMYK 0.32 0 0.07 0.44
HSL 166.96º 0.19% 0.47% -
HSV(B) 166.96º 0.32% 0.56% -
XYZ 18.99 23.88 25.8 -
YUV 128.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 97 143 133 0.32 0 0.07 0.44 166.96 0.19 0.47
Hex 61 8F 85 20 0 7 2C A7 13 2F
Octal 141 217 205 40 0 7 54 247 23 57
Binary 1100001 10001111 10000101 100000 0 111 101100 10100111 10011 101111

Color Harmonies of #618F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F85

Black with #618F85

Text Example


Text Example

White with #618F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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