Html Css Color HEX #65867C Patina

📋 copy color: '#65867C'

red 101 ◦ green 134 ◦ blue 124

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

Shades of Patina #65867C

Tints of Patina #65867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 28.13%
G = 37.33%
B = 34.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#65867C (or 0x65867C) is known color: Patina. HEX triplet: 65, 86 and 7C. RGB value is (101,134,124). Sum of RGB (Red+Green+Blue) = 101+134+124=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #65867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867C is #9A7983. Grayscale: #7B7B7B. Windows color (decimal): -10123652 or 8160869. OLE color: 8160869.

HSL color Cylindrical-coordinate representation of color #65867C: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65867C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 124 -
CMYK 0.25 0 0.07 0.47
HSL 161.82º 0.14% 0.46% -
HSV(B) 161.82º 0.25% 0.53% -
XYZ 17.53 21.27 22.25 -
YUV 122.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 101 134 124 0.25 0 0.07 0.47 161.82 0.14 0.46
Hex 65 86 7C 19 0 7 2F A2 E 2E
Octal 145 206 174 31 0 7 57 242 16 56
Binary 1100101 10000110 1111100 11001 0 111 101111 10100010 1110 101110

Color Harmonies of #65867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65867C

Black with #65867C

Text Example


Text Example

White with #65867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65867C; }

 p { color: rgb(101,134,124); }

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

background-color css

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

 a { background-color: rgb(101,134,124); }

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

border-color css

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

 span { border-color: rgb(101,134,124); }

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