Html Css Color HEX #659882 Patina

📋 copy color: '#659882'

red 101 ◦ green 152 ◦ blue 130

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

Shades of Patina #659882

Tints of Patina #659882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

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

R = 26.37%
G = 39.69%
B = 33.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#659882 (or 0x659882) is known color: Patina. HEX triplet: 65, 98 and 82. RGB value is (101,152,130). Sum of RGB (Red+Green+Blue) = 101+152+130=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #659882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659882 is #9A677D. Grayscale: #868686. Windows color (decimal): -10119038 or 8558693. OLE color: 8558693.

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

Color convert

RGB 101 152 130 -
CMYK 0.34 0 0.14 0.40
HSL 154.12º 0.2% 0.5% -
HSV(B) 154.12º 0.34% 0.6% -
XYZ 20.62 26.83 25.21 -
YUV 134.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 101 152 130 0.34 0 0.14 0.40 154.12 0.2 0.5
Hex 65 98 82 22 0 E 28 9A 14 32
Octal 145 230 202 42 0 16 50 232 24 62
Binary 1100101 10011000 10000010 100010 0 1110 101000 10011010 10100 110010

Color Harmonies of #659882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659882

Black with #659882

Text Example


Text Example

White with #659882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659882; }

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

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

background-color css

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

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

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

border-color css

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

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

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