Html Css Color HEX #65967D Patina

📋 copy color: '#65967D'

red 101 ◦ green 150 ◦ blue 125

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

Shades of Patina #65967D

Tints of Patina #65967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 26.86%
G = 39.89%
B = 33.24%

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

#65967D (or 0x65967D) is known color: Patina. HEX triplet: 65, 96 and 7D. RGB value is (101,150,125). Sum of RGB (Red+Green+Blue) = 101+150+125=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #65967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967D is #9A6982. Grayscale: #848484. Windows color (decimal): -10119555 or 8230501. OLE color: 8230501.

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

Color convert

RGB 101 150 125 -
CMYK 0.33 0 0.17 0.41
HSL 149.39º 0.2% 0.49% -
HSV(B) 149.39º 0.33% 0.59% -
XYZ 19.97 26.06 23.38 -
YUV 132.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 101 150 125 0.33 0 0.17 0.41 149.39 0.2 0.49
Hex 65 96 7D 21 0 11 29 95 14 31
Octal 145 226 175 41 0 21 51 225 24 61
Binary 1100101 10010110 1111101 100001 0 10001 101001 10010101 10100 110001

Color Harmonies of #65967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65967D

Black with #65967D

Text Example


Text Example

White with #65967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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