Html Css Color HEX #65977E Patina

📋 copy color: '#65977E'

red 101 ◦ green 151 ◦ blue 126

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

Shades of Patina #65977E

Tints of Patina #65977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 26.72%
G = 39.95%
B = 33.33%

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

#65977E (or 0x65977E) is known color: Patina. HEX triplet: 65, 97 and 7E. RGB value is (101,151,126). Sum of RGB (Red+Green+Blue) = 101+151+126=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #65977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977E is #9A6881. Grayscale: #858585. Windows color (decimal): -10119298 or 8296293. OLE color: 8296293.

HSL color Cylindrical-coordinate representation of color #65977E: hue angle of 150º 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 #65977E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 126 -
CMYK 0.33 0 0.17 0.41
HSL 150º 0.2% 0.49% -
HSV(B) 150º 0.33% 0.59% -
XYZ 20.2 26.41 23.77 -
YUV 133.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 101 151 126 0.33 0 0.17 0.41 150 0.2 0.49
Hex 65 97 7E 21 0 11 29 96 14 31
Octal 145 227 176 41 0 21 51 226 24 61
Binary 1100101 10010111 1111110 100001 0 10001 101001 10010110 10100 110001

Color Harmonies of #65977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65977E

Black with #65977E

Text Example


Text Example

White with #65977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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