Html Css Color HEX #658B81 Patina

📋 copy color: '#658B81'

red 101 ◦ green 139 ◦ blue 129

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

Shades of Patina #658B81

Tints of Patina #658B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 27.37%
G = 37.67%
B = 34.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#658B81 (or 0x658B81) is known color: Patina. HEX triplet: 65, 8B and 81. RGB value is (101,139,129). Sum of RGB (Red+Green+Blue) = 101+139+129=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #658B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B81 is #9A747E. Grayscale: #7E7E7E. Windows color (decimal): -10122367 or 8489829. OLE color: 8489829.

HSL color Cylindrical-coordinate representation of color #658B81: hue angle of 164.21º 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 #658B81 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 139 129 -
CMYK 0.27 0 0.07 0.45
HSL 164.21º 0.16% 0.47% -
HSV(B) 164.21º 0.27% 0.55% -
XYZ 18.56 22.82 24.19 -
YUV 126.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 101 139 129 0.27 0 0.07 0.45 164.21 0.16 0.47
Hex 65 8B 81 1B 0 7 2D A4 10 2F
Octal 145 213 201 33 0 7 55 244 20 57
Binary 1100101 10001011 10000001 11011 0 111 101101 10100100 10000 101111

Color Harmonies of #658B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658B81

Black with #658B81

Text Example


Text Example

White with #658B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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