Html Css Color HEX #65877F Patina

📋 copy color: '#65877F'

red 101 ◦ green 135 ◦ blue 127

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

Shades of Patina #65877F

Tints of Patina #65877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 27.82%
G = 37.19%
B = 34.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#65877F (or 0x65877F) is known color: Patina. HEX triplet: 65, 87 and 7F. RGB value is (101,135,127). Sum of RGB (Red+Green+Blue) = 101+135+127=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #65877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65877F is #9A7880. Grayscale: #7B7B7B. Windows color (decimal): -10123393 or 8357733. OLE color: 8357733.

HSL color Cylindrical-coordinate representation of color #65877F: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65877F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 135 127 -
CMYK 0.25 0 0.06 0.47
HSL 165.88º 0.14% 0.46% -
HSV(B) 165.88º 0.25% 0.53% -
XYZ 17.86 21.63 23.31 -
YUV 123.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 101 135 127 0.25 0 0.06 0.47 165.88 0.14 0.46
Hex 65 87 7F 19 0 6 2F A6 E 2E
Octal 145 207 177 31 0 6 57 246 16 56
Binary 1100101 10000111 1111111 11001 0 110 101111 10100110 1110 101110

Color Harmonies of #65877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65877F

Black with #65877F

Text Example


Text Example

White with #65877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65877F; }

 p { color: rgb(101,135,127); }

 H1.HeaderClassName
 {
   color: #65877F;
 }
 .AnyTagClassName
 {
   color: #65877F;
 }
</style>

background-color css

<style>
 a { background-color: #65877F; }

 a { background-color: rgb(101,135,127); }

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

border-color css

<style>
 span { border-color: #65877F; }

 span { border-color: rgb(101,135,127); }

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