Html Css Color HEX #618E85 Patina

📋 copy color: '#618E85'

red 97 ◦ green 142 ◦ blue 133

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

Shades of Patina #618E85

Tints of Patina #618E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

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

R = 26.08%
G = 38.17%
B = 35.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#618E85 (or 0x618E85) is known color: Patina. HEX triplet: 61, 8E and 85. RGB value is (97,142,133). Sum of RGB (Red+Green+Blue) = 97+142+133=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #618E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E85 is #9E717A. Grayscale: #7F7F7F. Windows color (decimal): -10383739 or 8752737. OLE color: 8752737.

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

Color convert

RGB 97 142 133 -
CMYK 0.32 0 0.06 0.44
HSL 168º 0.19% 0.47% -
HSV(B) 168º 0.32% 0.56% -
XYZ 18.84 23.58 25.75 -
YUV 127.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 97 142 133 0.32 0 0.06 0.44 168 0.19 0.47
Hex 61 8E 85 20 0 6 2C A8 13 2F
Octal 141 216 205 40 0 6 54 250 23 57
Binary 1100001 10001110 10000101 100000 0 110 101100 10101000 10011 101111

Color Harmonies of #618E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618E85

Black with #618E85

Text Example


Text Example

White with #618E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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