Html Css Color HEX #65987D Patina

📋 copy color: '#65987D'

red 101 ◦ green 152 ◦ blue 125

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

Shades of Patina #65987D

Tints of Patina #65987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 26.72%
G = 40.21%
B = 33.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#65987D (or 0x65987D) is known color: Patina. HEX triplet: 65, 98 and 7D. RGB value is (101,152,125). Sum of RGB (Red+Green+Blue) = 101+152+125=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #65987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65987D is #9A6782. Grayscale: #858585. Windows color (decimal): -10119043 or 8231013. OLE color: 8231013.

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

Color convert

RGB 101 152 125 -
CMYK 0.34 0 0.18 0.40
HSL 148.24º 0.2% 0.5% -
HSV(B) 148.24º 0.34% 0.6% -
XYZ 20.3 26.7 23.49 -
YUV 133.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 101 152 125 0.34 0 0.18 0.40 148.24 0.2 0.5
Hex 65 98 7D 22 0 12 28 94 14 32
Octal 145 230 175 42 0 22 50 224 24 62
Binary 1100101 10011000 1111101 100010 0 10010 101000 10010100 10100 110010

Color Harmonies of #65987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65987D

Black with #65987D

Text Example


Text Example

White with #65987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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