Html Css Color HEX #65987E Patina

📋 copy color: '#65987E'

red 101 ◦ green 152 ◦ blue 126

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

Shades of Patina #65987E

Tints of Patina #65987E

RGB

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

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

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

R = 26.65%
G = 40.11%
B = 33.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#65987E (or 0x65987E) is known color: Patina. HEX triplet: 65, 98 and 7E. RGB value is (101,152,126). Sum of RGB (Red+Green+Blue) = 101+152+126=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #65987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65987E is #9A6781. Grayscale: #858585. Windows color (decimal): -10119042 or 8296549. OLE color: 8296549.

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

Color convert

RGB 101 152 126 -
CMYK 0.34 0 0.17 0.40
HSL 149.41º 0.2% 0.5% -
HSV(B) 149.41º 0.34% 0.6% -
XYZ 20.36 26.73 23.82 -
YUV 133.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 101 152 126 0.34 0 0.17 0.40 149.41 0.2 0.5
Hex 65 98 7E 22 0 11 28 95 14 32
Octal 145 230 176 42 0 21 50 225 24 62
Binary 1100101 10011000 1111110 100010 0 10001 101000 10010101 10100 110010

Color Harmonies of #65987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65987E

Black with #65987E

Text Example


Text Example

White with #65987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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