Html Css Color HEX #65977F Patina

📋 copy color: '#65977F'

red 101 ◦ green 151 ◦ blue 127

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

Shades of Patina #65977F

Tints of Patina #65977F

RGB

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

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

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

R = 26.65%
G = 39.84%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#65977F (or 0x65977F) is known color: Patina. HEX triplet: 65, 97 and 7F. RGB value is (101,151,127). Sum of RGB (Red+Green+Blue) = 101+151+127=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #65977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977F is #9A6880. Grayscale: #858585. Windows color (decimal): -10119297 or 8361829. OLE color: 8361829.

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

Color convert

RGB 101 151 127 -
CMYK 0.33 0 0.16 0.41
HSL 151.2º 0.2% 0.49% -
HSV(B) 151.2º 0.33% 0.59% -
XYZ 20.26 26.43 24.11 -
YUV 133.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 101 151 127 0.33 0 0.16 0.41 151.2 0.2 0.49
Hex 65 97 7F 21 0 10 29 97 14 31
Octal 145 227 177 41 0 20 51 227 24 61
Binary 1100101 10010111 1111111 100001 0 10000 101001 10010111 10100 110001

Color Harmonies of #65977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65977F

Black with #65977F

Text Example


Text Example

White with #65977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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