Html Css Color HEX #659E8E Patina

📋 copy color: '#659E8E'

red 101 ◦ green 158 ◦ blue 142

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

Shades of Patina #659E8E

Tints of Patina #659E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 25.19%
G = 39.4%
B = 35.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#659E8E (or 0x659E8E) is known color: Patina. HEX triplet: 65, 9E and 8E. RGB value is (101,158,142). Sum of RGB (Red+Green+Blue) = 101+158+142=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #659E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E8E is #9A6171. Grayscale: #8B8B8B. Windows color (decimal): -10117490 or 9346661. OLE color: 9346661.

HSL color Cylindrical-coordinate representation of color #659E8E: hue angle of 163.16º degrees, saturation: 0.23, 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 #659E8E is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 158 142 -
CMYK 0.36 0 0.10 0.38
HSL 163.16º 0.23% 0.51% -
HSV(B) 163.16º 0.36% 0.62% -
XYZ 22.48 29.17 30.04 -
YUV 139.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 101 158 142 0.36 0 0.10 0.38 163.16 0.23 0.51
Hex 65 9E 8E 24 0 A 26 A3 17 33
Octal 145 236 216 44 0 12 46 243 27 63
Binary 1100101 10011110 10001110 100100 0 1010 100110 10100011 10111 110011

Color Harmonies of #659E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E8E

Black with #659E8E

Text Example


Text Example

White with #659E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,158,142); }

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

background-color css

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

 a { background-color: rgb(101,158,142); }

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

border-color css

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

 span { border-color: rgb(101,158,142); }

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