Html Css Color HEX #618B7B Patina

📋 copy color: '#618B7B'

red 97 ◦ green 139 ◦ blue 123

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

Shades of Patina #618B7B

Tints of Patina #618B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.72%

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

R = 27.02%
G = 38.72%
B = 34.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#618B7B (or 0x618B7B) is known color: Patina. HEX triplet: 61, 8B and 7B. RGB value is (97,139,123). Sum of RGB (Red+Green+Blue) = 97+139+123=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #618B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B7B is #9E7484. Grayscale: #7C7C7C. Windows color (decimal): -10384517 or 8096609. OLE color: 8096609.

HSL color Cylindrical-coordinate representation of color #618B7B: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B7B is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 123 -
CMYK 0.30 0 0.12 0.45
HSL 157.14º 0.18% 0.46% -
HSV(B) 157.14º 0.3% 0.55% -
XYZ 17.74 22.44 22.13 -
YUV 124.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 97 139 123 0.30 0 0.12 0.45 157.14 0.18 0.46
Hex 61 8B 7B 1E 0 C 2D 9D 12 2E
Octal 141 213 173 36 0 14 55 235 22 56
Binary 1100001 10001011 1111011 11110 0 1100 101101 10011101 10010 101110

Color Harmonies of #618B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B7B

Black with #618B7B

Text Example


Text Example

White with #618B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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