Html Css Color HEX #65997F Patina

📋 copy color: '#65997F'

red 101 ◦ green 153 ◦ blue 127

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

Shades of Patina #65997F

Tints of Patina #65997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 26.51%
G = 40.16%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#65997F (or 0x65997F) is known color: Patina. HEX triplet: 65, 99 and 7F. RGB value is (101,153,127). Sum of RGB (Red+Green+Blue) = 101+153+127=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #65997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997F is #9A6680. Grayscale: #868686. Windows color (decimal): -10118785 or 8362341. OLE color: 8362341.

HSL color Cylindrical-coordinate representation of color #65997F: hue angle of 150º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65997F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 127 -
CMYK 0.34 0 0.17 0.4
HSL 150º 0.2% 0.5% -
HSV(B) 150º 0.34% 0.6% -
XYZ 20.59 27.08 24.22 -
YUV 134.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 101 153 127 0.34 0 0.17 0.4 150 0.2 0.5
Hex 65 99 7F 22 0 11 28 96 14 32
Octal 145 231 177 42 0 21 50 226 24 62
Binary 1100101 10011001 1111111 100010 0 10001 101000 10010110 10100 110010

Color Harmonies of #65997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65997F

Black with #65997F

Text Example


Text Example

White with #65997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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