Html Css Color HEX #658B7B Patina

📋 copy color: '#658B7B'

red 101 ◦ green 139 ◦ blue 123

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

Shades of Patina #658B7B

Tints of Patina #658B7B

RGB

 RED value IS 101 (39.84% from 255) = 27.82%

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

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

R = 27.82%
G = 38.29%
B = 33.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#658B7B (or 0x658B7B) is known color: Patina. HEX triplet: 65, 8B and 7B. RGB value is (101,139,123). Sum of RGB (Red+Green+Blue) = 101+139+123=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #658B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B7B is #9A7484. Grayscale: #7D7D7D. Windows color (decimal): -10122373 or 8096613. OLE color: 8096613.

HSL color Cylindrical-coordinate representation of color #658B7B: hue angle of 154.74º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B7B is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 139 123 -
CMYK 0.27 0 0.12 0.45
HSL 154.74º 0.16% 0.47% -
HSV(B) 154.74º 0.27% 0.55% -
XYZ 18.17 22.66 22.16 -
YUV 125.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 101 139 123 0.27 0 0.12 0.45 154.74 0.16 0.47
Hex 65 8B 7B 1B 0 C 2D 9B 10 2F
Octal 145 213 173 33 0 14 55 233 20 57
Binary 1100101 10001011 1111011 11011 0 1100 101101 10011011 10000 101111

Color Harmonies of #658B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B7B

Black with #658B7B

Text Example


Text Example

White with #658B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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