Html Css Color HEX #65867F Patina

📋 copy color: '#65867F'

red 101 ◦ green 134 ◦ blue 127

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

Shades of Patina #65867F

Tints of Patina #65867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 27.9%
G = 37.02%
B = 35.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#65867F (or 0x65867F) is known color: Patina. HEX triplet: 65, 86 and 7F. RGB value is (101,134,127). Sum of RGB (Red+Green+Blue) = 101+134+127=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #65867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867F is #9A7980. Grayscale: #7B7B7B. Windows color (decimal): -10123649 or 8357477. OLE color: 8357477.

HSL color Cylindrical-coordinate representation of color #65867F: hue angle of 167.27º 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 #65867F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 127 -
CMYK 0.25 0 0.05 0.47
HSL 167.27º 0.14% 0.46% -
HSV(B) 167.27º 0.25% 0.53% -
XYZ 17.72 21.35 23.27 -
YUV 123.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 101 134 127 0.25 0 0.05 0.47 167.27 0.14 0.46
Hex 65 86 7F 19 0 5 2F A7 E 2E
Octal 145 206 177 31 0 5 57 247 16 56
Binary 1100101 10000110 1111111 11001 0 101 101111 10100111 1110 101110

Color Harmonies of #65867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65867F

Black with #65867F

Text Example


Text Example

White with #65867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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