Html Css Color HEX #65998B Patina

📋 copy color: '#65998B'

red 101 ◦ green 153 ◦ blue 139

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

Shades of Patina #65998B

Tints of Patina #65998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 25.7%
G = 38.93%
B = 35.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#65998B (or 0x65998B) is known color: Patina. HEX triplet: 65, 99 and 8B. RGB value is (101,153,139). Sum of RGB (Red+Green+Blue) = 101+153+139=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #65998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65998B is #9A6674. Grayscale: #878787. Windows color (decimal): -10118773 or 9148773. OLE color: 9148773.

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

Color convert

RGB 101 153 139 -
CMYK 0.34 0 0.09 0.4
HSL 163.85º 0.2% 0.5% -
HSV(B) 163.85º 0.34% 0.6% -
XYZ 21.42 27.41 28.59 -
YUV 135.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 101 153 139 0.34 0 0.09 0.4 163.85 0.2 0.5
Hex 65 99 8B 22 0 9 28 A4 14 32
Octal 145 231 213 42 0 11 50 244 24 62
Binary 1100101 10011001 10001011 100010 0 1001 101000 10100100 10100 110010

Color Harmonies of #65998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65998B

Black with #65998B

Text Example


Text Example

White with #65998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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