Html Css Color HEX #659982 Patina

📋 copy color: '#659982'

red 101 ◦ green 153 ◦ blue 130

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

Shades of Patina #659982

Tints of Patina #659982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 26.3%
G = 39.84%
B = 33.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#659982 (or 0x659982) is known color: Patina. HEX triplet: 65, 99 and 82. RGB value is (101,153,130). Sum of RGB (Red+Green+Blue) = 101+153+130=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #659982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659982 is #9A667D. Grayscale: #868686. Windows color (decimal): -10118782 or 8558949. OLE color: 8558949.

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

Color convert

RGB 101 153 130 -
CMYK 0.34 0 0.15 0.4
HSL 153.46º 0.2% 0.5% -
HSV(B) 153.46º 0.34% 0.6% -
XYZ 20.79 27.16 25.27 -
YUV 134.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 101 153 130 0.34 0 0.15 0.4 153.46 0.2 0.5
Hex 65 99 82 22 0 F 28 99 14 32
Octal 145 231 202 42 0 17 50 231 24 62
Binary 1100101 10011001 10000010 100010 0 1111 101000 10011001 10100 110010

Color Harmonies of #659982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659982

Black with #659982

Text Example


Text Example

White with #659982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659982; }

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

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

background-color css

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

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

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

border-color css

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

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

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