Html Css Color HEX #65977D Patina

📋 copy color: '#65977D'

red 101 ◦ green 151 ◦ blue 125

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

Shades of Patina #65977D

Tints of Patina #65977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 26.79%
G = 40.05%
B = 33.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#65977D (or 0x65977D) is known color: Patina. HEX triplet: 65, 97 and 7D. RGB value is (101,151,125). Sum of RGB (Red+Green+Blue) = 101+151+125=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #65977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977D is #9A6882. Grayscale: #858585. Windows color (decimal): -10119299 or 8230757. OLE color: 8230757.

HSL color Cylindrical-coordinate representation of color #65977D: hue angle of 148.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65977D is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 125 -
CMYK 0.33 0 0.17 0.41
HSL 148.8º 0.2% 0.49% -
HSV(B) 148.8º 0.33% 0.59% -
XYZ 20.14 26.38 23.43 -
YUV 133.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 101 151 125 0.33 0 0.17 0.41 148.8 0.2 0.49
Hex 65 97 7D 21 0 11 29 95 14 31
Octal 145 227 175 41 0 21 51 225 24 61
Binary 1100101 10010111 1111101 100001 0 10001 101001 10010101 10100 110001

Color Harmonies of #65977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65977D

Black with #65977D

Text Example


Text Example

White with #65977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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