Html Css Color HEX #65887C Patina

📋 copy color: '#65887C'

red 101 ◦ green 136 ◦ blue 124

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

Shades of Patina #65887C

Tints of Patina #65887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 27.98%
G = 37.67%
B = 34.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#65887C (or 0x65887C) is known color: Patina. HEX triplet: 65, 88 and 7C. RGB value is (101,136,124). Sum of RGB (Red+Green+Blue) = 101+136+124=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #65887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887C is #9A7783. Grayscale: #7C7C7C. Windows color (decimal): -10123140 or 8161381. OLE color: 8161381.

HSL color Cylindrical-coordinate representation of color #65887C: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65887C is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 136 124 -
CMYK 0.26 0 0.09 0.47
HSL 159.43º 0.15% 0.46% -
HSV(B) 159.43º 0.26% 0.53% -
XYZ 17.81 21.83 22.34 -
YUV 124.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 101 136 124 0.26 0 0.09 0.47 159.43 0.15 0.46
Hex 65 88 7C 1A 0 9 2F 9F F 2E
Octal 145 210 174 32 0 11 57 237 17 56
Binary 1100101 10001000 1111100 11010 0 1001 101111 10011111 1111 101110

Color Harmonies of #65887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65887C

Black with #65887C

Text Example


Text Example

White with #65887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65887C; }

 p { color: rgb(101,136,124); }

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

background-color css

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

 a { background-color: rgb(101,136,124); }

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

border-color css

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

 span { border-color: rgb(101,136,124); }

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