Html Css Color HEX #659E8A Patina

📋 copy color: '#659E8A'

red 101 ◦ green 158 ◦ blue 138

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

Shades of Patina #659E8A

Tints of Patina #659E8A

RGB

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

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

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

R = 25.44%
G = 39.8%
B = 34.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#659E8A (or 0x659E8A) is known color: Patina. HEX triplet: 65, 9E and 8A. RGB value is (101,158,138). Sum of RGB (Red+Green+Blue) = 101+158+138=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #659E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E8A is #9A6175. Grayscale: #8A8A8A. Windows color (decimal): -10117494 or 9084517. OLE color: 9084517.

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

Color convert

RGB 101 158 138 -
CMYK 0.36 0 0.13 0.38
HSL 158.95º 0.23% 0.51% -
HSV(B) 158.95º 0.36% 0.62% -
XYZ 22.18 29.06 28.48 -
YUV 138.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 101 158 138 0.36 0 0.13 0.38 158.95 0.23 0.51
Hex 65 9E 8A 24 0 D 26 9F 17 33
Octal 145 236 212 44 0 15 46 237 27 63
Binary 1100101 10011110 10001010 100100 0 1101 100110 10011111 10111 110011

Color Harmonies of #659E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E8A

Black with #659E8A

Text Example


Text Example

White with #659E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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