Html Css Color HEX #659381 Patina

📋 copy color: '#659381'

red 101 ◦ green 147 ◦ blue 129

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

Shades of Patina #659381

Tints of Patina #659381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 26.79%
G = 38.99%
B = 34.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#659381 (or 0x659381) is known color: Patina. HEX triplet: 65, 93 and 81. RGB value is (101,147,129). Sum of RGB (Red+Green+Blue) = 101+147+129=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #659381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659381 is #9A6C7E. Grayscale: #838383. Windows color (decimal): -10120319 or 8491877. OLE color: 8491877.

HSL color Cylindrical-coordinate representation of color #659381: hue angle of 156.52º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659381 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 129 -
CMYK 0.31 0 0.12 0.42
HSL 156.52º 0.19% 0.49% -
HSV(B) 156.52º 0.31% 0.58% -
XYZ 19.76 25.22 24.6 -
YUV 131.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 101 147 129 0.31 0 0.12 0.42 156.52 0.19 0.49
Hex 65 93 81 1F 0 C 2A 9D 13 31
Octal 145 223 201 37 0 14 52 235 23 61
Binary 1100101 10010011 10000001 11111 0 1100 101010 10011101 10011 110001

Color Harmonies of #659381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659381

Black with #659381

Text Example


Text Example

White with #659381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659381; }

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

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

background-color css

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

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

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

border-color css

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

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

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