Html Css Color HEX #659D8A Patina

📋 copy color: '#659D8A'

red 101 ◦ green 157 ◦ blue 138

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

Shades of Patina #659D8A

Tints of Patina #659D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 25.51%
G = 39.65%
B = 34.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#659D8A (or 0x659D8A) is known color: Patina. HEX triplet: 65, 9D and 8A. RGB value is (101,157,138). Sum of RGB (Red+Green+Blue) = 101+157+138=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #659D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D8A is #9A6275. Grayscale: #8A8A8A. Windows color (decimal): -10117750 or 9084261. OLE color: 9084261.

HSL color Cylindrical-coordinate representation of color #659D8A: hue angle of 159.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D8A is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 138 -
CMYK 0.36 0 0.12 0.38
HSL 159.64º 0.22% 0.51% -
HSV(B) 159.64º 0.36% 0.62% -
XYZ 22.01 28.72 28.43 -
YUV 138.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 101 157 138 0.36 0 0.12 0.38 159.64 0.22 0.51
Hex 65 9D 8A 24 0 C 26 A0 16 33
Octal 145 235 212 44 0 14 46 240 26 63
Binary 1100101 10011101 10001010 100100 0 1100 100110 10100000 10110 110011

Color Harmonies of #659D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D8A

Black with #659D8A

Text Example


Text Example

White with #659D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659D8A; }

 p { color: rgb(101,157,138); }

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

background-color css

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

 a { background-color: rgb(101,157,138); }

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

border-color css

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

 span { border-color: rgb(101,157,138); }

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