Html Css Color HEX #618D7B Patina

📋 copy color: '#618D7B'

red 97 ◦ green 141 ◦ blue 123

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

Shades of Patina #618D7B

Tints of Patina #618D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 26.87%
G = 39.06%
B = 34.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#618D7B (or 0x618D7B) is known color: Patina. HEX triplet: 61, 8D and 7B. RGB value is (97,141,123). Sum of RGB (Red+Green+Blue) = 97+141+123=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #618D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D7B is #9E7284. Grayscale: #7D7D7D. Windows color (decimal): -10384005 or 8097121. OLE color: 8097121.

HSL color Cylindrical-coordinate representation of color #618D7B: hue angle of 155.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D7B is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 123 -
CMYK 0.31 0 0.13 0.45
HSL 155.45º 0.18% 0.47% -
HSV(B) 155.45º 0.31% 0.55% -
XYZ 18.03 23.02 22.23 -
YUV 125.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 97 141 123 0.31 0 0.13 0.45 155.45 0.18 0.47
Hex 61 8D 7B 1F 0 D 2D 9B 12 2F
Octal 141 215 173 37 0 15 55 233 22 57
Binary 1100001 10001101 1111011 11111 0 1101 101101 10011011 10010 101111

Color Harmonies of #618D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D7B

Black with #618D7B

Text Example


Text Example

White with #618D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,141,123); }

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

background-color css

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

 a { background-color: rgb(97,141,123); }

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

border-color css

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

 span { border-color: rgb(97,141,123); }

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