Html Css Color HEX #65967F Patina

📋 copy color: '#65967F'

red 101 ◦ green 150 ◦ blue 127

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

Shades of Patina #65967F

Tints of Patina #65967F

RGB

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

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

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

R = 26.72%
G = 39.68%
B = 33.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#65967F (or 0x65967F) is known color: Patina. HEX triplet: 65, 96 and 7F. RGB value is (101,150,127). Sum of RGB (Red+Green+Blue) = 101+150+127=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #65967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65967F is #9A6980. Grayscale: #848484. Windows color (decimal): -10119553 or 8361573. OLE color: 8361573.

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

Color convert

RGB 101 150 127 -
CMYK 0.33 0 0.15 0.41
HSL 151.84º 0.2% 0.49% -
HSV(B) 151.84º 0.33% 0.59% -
XYZ 20.1 26.11 24.06 -
YUV 132.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 101 150 127 0.33 0 0.15 0.41 151.84 0.2 0.49
Hex 65 96 7F 21 0 F 29 98 14 31
Octal 145 226 177 41 0 17 51 230 24 61
Binary 1100101 10010110 1111111 100001 0 1111 101001 10011000 10100 110001

Color Harmonies of #65967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65967F

Black with #65967F

Text Example


Text Example

White with #65967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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