Html Css Color HEX #65957D Patina

📋 copy color: '#65957D'

red 101 ◦ green 149 ◦ blue 125

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

Shades of Patina #65957D

Tints of Patina #65957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 26.93%
G = 39.73%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#65957D (or 0x65957D) is known color: Patina. HEX triplet: 65, 95 and 7D. RGB value is (101,149,125). Sum of RGB (Red+Green+Blue) = 101+149+125=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #65957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65957D is #9A6A82. Grayscale: #838383. Windows color (decimal): -10119811 or 8230245. OLE color: 8230245.

HSL color Cylindrical-coordinate representation of color #65957D: hue angle of 150º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65957D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 125 -
CMYK 0.32 0 0.16 0.42
HSL 150º 0.19% 0.49% -
HSV(B) 150º 0.32% 0.58% -
XYZ 19.82 25.74 23.33 -
YUV 131.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 101 149 125 0.32 0 0.16 0.42 150 0.19 0.49
Hex 65 95 7D 20 0 10 2A 96 13 31
Octal 145 225 175 40 0 20 52 226 23 61
Binary 1100101 10010101 1111101 100000 0 10000 101010 10010110 10011 110001

Color Harmonies of #65957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65957D

Black with #65957D

Text Example


Text Example

White with #65957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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