Html Css Color HEX #65887E Patina

📋 copy color: '#65887E'

red 101 ◦ green 136 ◦ blue 126

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

Shades of Patina #65887E

Tints of Patina #65887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.71%

R = 27.82%
G = 37.47%
B = 34.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#65887E (or 0x65887E) is known color: Patina. HEX triplet: 65, 88 and 7E. RGB value is (101,136,126). Sum of RGB (Red+Green+Blue) = 101+136+126=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #65887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65887E is #9A7781. Grayscale: #7C7C7C. Windows color (decimal): -10123138 or 8292453. OLE color: 8292453.

HSL color Cylindrical-coordinate representation of color #65887E: hue angle of 162.86º 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 #65887E is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 136 126 -
CMYK 0.26 0 0.07 0.47
HSL 162.86º 0.15% 0.46% -
HSV(B) 162.86º 0.26% 0.53% -
XYZ 17.94 21.88 23.02 -
YUV 124.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 101 136 126 0.26 0 0.07 0.47 162.86 0.15 0.46
Hex 65 88 7E 1A 0 7 2F A3 F 2E
Octal 145 210 176 32 0 7 57 243 17 56
Binary 1100101 10001000 1111110 11010 0 111 101111 10100011 1111 101110

Color Harmonies of #65887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65887E

Black with #65887E

Text Example


Text Example

White with #65887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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