Html Css Color HEX #65897D Patina

📋 copy color: '#65897D'

red 101 ◦ green 137 ◦ blue 125

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

Shades of Patina #65897D

Tints of Patina #65897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 27.82%
G = 37.74%
B = 34.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#65897D (or 0x65897D) is known color: Patina. HEX triplet: 65, 89 and 7D. RGB value is (101,137,125). Sum of RGB (Red+Green+Blue) = 101+137+125=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #65897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65897D is #9A7682. Grayscale: #7C7C7C. Windows color (decimal): -10122883 or 8227173. OLE color: 8227173.

HSL color Cylindrical-coordinate representation of color #65897D: hue angle of 160º 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 #65897D is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 137 125 -
CMYK 0.26 0 0.09 0.46
HSL 160º 0.15% 0.47% -
HSV(B) 160º 0.26% 0.54% -
XYZ 18.01 22.14 22.73 -
YUV 124.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 101 137 125 0.26 0 0.09 0.46 160 0.15 0.47
Hex 65 89 7D 1A 0 9 2E A0 F 2F
Octal 145 211 175 32 0 11 56 240 17 57
Binary 1100101 10001001 1111101 11010 0 1001 101110 10100000 1111 101111

Color Harmonies of #65897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65897D

Black with #65897D

Text Example


Text Example

White with #65897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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