Html Css Color HEX #618A7B Patina

📋 copy color: '#618A7B'

red 97 ◦ green 138 ◦ blue 123

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

Shades of Patina #618A7B

Tints of Patina #618A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 27.09%
G = 38.55%
B = 34.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#618A7B (or 0x618A7B) is known color: Patina. HEX triplet: 61, 8A and 7B. RGB value is (97,138,123). Sum of RGB (Red+Green+Blue) = 97+138+123=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #618A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A7B is #9E7584. Grayscale: #7C7C7C. Windows color (decimal): -10384773 or 8096353. OLE color: 8096353.

HSL color Cylindrical-coordinate representation of color #618A7B: hue angle of 158.05º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A7B is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 123 -
CMYK 0.30 0 0.11 0.46
HSL 158.05º 0.17% 0.46% -
HSV(B) 158.05º 0.3% 0.54% -
XYZ 17.59 22.15 22.09 -
YUV 124.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 97 138 123 0.30 0 0.11 0.46 158.05 0.17 0.46
Hex 61 8A 7B 1E 0 B 2E 9E 11 2E
Octal 141 212 173 36 0 13 56 236 21 56
Binary 1100001 10001010 1111011 11110 0 1011 101110 10011110 10001 101110

Color Harmonies of #618A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A7B

Black with #618A7B

Text Example


Text Example

White with #618A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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