Html Css Color HEX #659C8C Patina

📋 copy color: '#659C8C'

red 101 ◦ green 156 ◦ blue 140

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

Shades of Patina #659C8C

Tints of Patina #659C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 25.44%
G = 39.29%
B = 35.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#659C8C (or 0x659C8C) is known color: Patina. HEX triplet: 65, 9C and 8C. RGB value is (101,156,140). Sum of RGB (Red+Green+Blue) = 101+156+140=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #659C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C8C is #9A6373. Grayscale: #898989. Windows color (decimal): -10118004 or 9215077. OLE color: 9215077.

HSL color Cylindrical-coordinate representation of color #659C8C: hue angle of 162.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C8C is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 156 140 -
CMYK 0.35 0 0.10 0.39
HSL 162.55º 0.22% 0.5% -
HSV(B) 162.55º 0.35% 0.61% -
XYZ 21.99 28.44 29.14 -
YUV 137.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 101 156 140 0.35 0 0.10 0.39 162.55 0.22 0.5
Hex 65 9C 8C 23 0 A 27 A3 16 32
Octal 145 234 214 43 0 12 47 243 26 62
Binary 1100101 10011100 10001100 100011 0 1010 100111 10100011 10110 110010

Color Harmonies of #659C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659C8C

Black with #659C8C

Text Example


Text Example

White with #659C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,156,140); }

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

background-color css

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

 a { background-color: rgb(101,156,140); }

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

border-color css

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

 span { border-color: rgb(101,156,140); }

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