Html Css Color HEX #65997E Patina

📋 copy color: '#65997E'

red 101 ◦ green 153 ◦ blue 126

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

Shades of Patina #65997E

Tints of Patina #65997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 26.58%
G = 40.26%
B = 33.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#65997E (or 0x65997E) is known color: Patina. HEX triplet: 65, 99 and 7E. RGB value is (101,153,126). Sum of RGB (Red+Green+Blue) = 101+153+126=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #65997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997E is #9A6681. Grayscale: #868686. Windows color (decimal): -10118786 or 8296805. OLE color: 8296805.

HSL color Cylindrical-coordinate representation of color #65997E: hue angle of 148.85º 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 #65997E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 126 -
CMYK 0.34 0 0.18 0.4
HSL 148.85º 0.2% 0.5% -
HSV(B) 148.85º 0.34% 0.6% -
XYZ 20.52 27.06 23.88 -
YUV 134.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 101 153 126 0.34 0 0.18 0.4 148.85 0.2 0.5
Hex 65 99 7E 22 0 12 28 95 14 32
Octal 145 231 176 42 0 22 50 225 24 62
Binary 1100101 10011001 1111110 100010 0 10010 101000 10010101 10100 110010

Color Harmonies of #65997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65997E

Black with #65997E

Text Example


Text Example

White with #65997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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