Html Css Color HEX #65897C Patina

📋 copy color: '#65897C'

red 101 ◦ green 137 ◦ blue 124

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

Shades of Patina #65897C

Tints of Patina #65897C

RGB

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

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

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

R = 27.9%
G = 37.85%
B = 34.25%

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

#65897C (or 0x65897C) is known color: Patina. HEX triplet: 65, 89 and 7C. RGB value is (101,137,124). Sum of RGB (Red+Green+Blue) = 101+137+124=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #65897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65897C is #9A7683. Grayscale: #7C7C7C. Windows color (decimal): -10122884 or 8161637. OLE color: 8161637.

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

Color convert

RGB 101 137 124 -
CMYK 0.26 0 0.09 0.46
HSL 158.33º 0.15% 0.47% -
HSV(B) 158.33º 0.26% 0.54% -
XYZ 17.95 22.11 22.39 -
YUV 124.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 101 137 124 0.26 0 0.09 0.46 158.33 0.15 0.47
Hex 65 89 7C 1A 0 9 2E 9E F 2F
Octal 145 211 174 32 0 11 56 236 17 57
Binary 1100101 10001001 1111100 11010 0 1001 101110 10011110 1111 101111

Color Harmonies of #65897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65897C

Black with #65897C

Text Example


Text Example

White with #65897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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