Html Css Color HEX #65998A Patina

📋 copy color: '#65998A'

red 101 ◦ green 153 ◦ blue 138

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

Shades of Patina #65998A

Tints of Patina #65998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 25.77%
G = 39.03%
B = 35.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#65998A (or 0x65998A) is known color: Patina. HEX triplet: 65, 99 and 8A. RGB value is (101,153,138). Sum of RGB (Red+Green+Blue) = 101+153+138=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #65998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65998A is #9A6675. Grayscale: #878787. Windows color (decimal): -10118774 or 9083237. OLE color: 9083237.

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

Color convert

RGB 101 153 138 -
CMYK 0.34 0 0.10 0.4
HSL 162.69º 0.2% 0.5% -
HSV(B) 162.69º 0.34% 0.6% -
XYZ 21.35 27.38 28.21 -
YUV 135.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 101 153 138 0.34 0 0.10 0.4 162.69 0.2 0.5
Hex 65 99 8A 22 0 A 28 A3 14 32
Octal 145 231 212 42 0 12 50 243 24 62
Binary 1100101 10011001 10001010 100010 0 1010 101000 10100011 10100 110010

Color Harmonies of #65998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65998A

Black with #65998A

Text Example


Text Example

White with #65998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65998A; }

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

 H1.HeaderClassName
 {
   color: #65998A;
 }
 .AnyTagClassName
 {
   color: #65998A;
 }
</style>

background-color css

<style>
 a { background-color: #65998A; }

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

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

border-color css

<style>
 span { border-color: #65998A; }

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

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