Html Css Color HEX #65897F Patina

📋 copy color: '#65897F'

red 101 ◦ green 137 ◦ blue 127

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

Shades of Patina #65897F

Tints of Patina #65897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 27.67%
G = 37.53%
B = 34.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#65897F (or 0x65897F) is known color: Patina. HEX triplet: 65, 89 and 7F. RGB value is (101,137,127). Sum of RGB (Red+Green+Blue) = 101+137+127=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #65897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65897F is #9A7680. Grayscale: #7D7D7D. Windows color (decimal): -10122881 or 8358245. OLE color: 8358245.

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

Color convert

RGB 101 137 127 -
CMYK 0.26 0 0.07 0.46
HSL 163.33º 0.15% 0.47% -
HSV(B) 163.33º 0.26% 0.54% -
XYZ 18.14 22.19 23.41 -
YUV 125.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 101 137 127 0.26 0 0.07 0.46 163.33 0.15 0.47
Hex 65 89 7F 1A 0 7 2E A3 F 2F
Octal 145 211 177 32 0 7 56 243 17 57
Binary 1100101 10001001 1111111 11010 0 111 101110 10100011 1111 101111

Color Harmonies of #65897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65897F

Black with #65897F

Text Example


Text Example

White with #65897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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